adafruit / Wippersnapper_Protobuf

Protocol buffer messages for Adafruit.io WipperSnapper Beta
MIT License
0 stars 2 forks source link

Add Servo Support #95

Closed brentru closed 1 year ago

brentru commented 2 years ago

Draft of Servo API, subject to change during implementation in code.

Messages (WIP)

Resolves https://github.com/adafruit/Wippersnapper_Protobuf/issues/91

ladyada commented 2 years ago

oh boy there are some cases of servos being non-50hz but very very rarely. i think its best to have the message 'hardcode' to 50hz, basically there's no way for the users to change this value but we could if we ever had to.

brentru commented 2 years ago

Added field servo_freq to ServoInitReq message, commented the default for Loren when he impls. on IO.