kiros-rs / kiros

Cross-platform Rust abstractions for rescue robot systems
https://kiros-rs.github.io
MIT License
2 stars 0 forks source link

Implement protocol 1 API #3

Closed Finchiedev closed 3 years ago

Finchiedev commented 3 years ago

This pull request implements the basic functionality required to construct packets based on the Robotis Dynamixel protocol 1, based on information from the Robotis e-manual. Additionally, basic doctests have been added to ensure generated packets conform to the communication protocol.