st3215 0.0.2

A crate for communicating with Feetech/Waveshare branded ST3215 serial bus servos
Documentation
1
2
3
4
5
6
#![no_std]
#![allow(dead_code, unused_variables)]

pub mod messages;
pub mod registers;
pub mod servo_bus_async;