embedded_flight_motors/
lib.rs

1#![no_std]
2
3pub mod esc;
4pub use esc::{ESC, RCESC};
5
6pub mod matrix;
7pub use matrix::MotorMatrix;