Add PlatinumActuator and rename Actuator to GoldActuator
Note: this version causes Bus topology YAML breaking changes to Actuator
Devices. To migrate, rename the following
# prior to v0.12.0:
- device_class: Actuator
egd_brake_engage_msec: 100
egd_brake_disengage_msec: 100
egd_crc: 12345467
egd_drive_max_current_limit: 2
# v0.12.0 and onward:
- device_class: GoldActuator
elmo_brake_engage_msec: 100
elmo_brake_disengage_msec: 100
elmo_crc: 12345467
elmo_drive_max_current_limit: 2
What's Changed
- Apb fix epd conflicts by @alex-brinkman in #86
- Fastcat driver for Elmo's Platinum motor controller by @d-loret in #76
- Fixed typo in error messages. by @d-loret in #92
- Rename actuator classes by @alex-brinkman in #87
Full Changelog: v0.11.6...v0.12.0