first commit of a basic DSHOT

This commit is contained in:
Robert Schauklies 2026-01-15 22:24:02 +01:00
parent 502afc9a5f
commit 7791c55969
2 changed files with 206 additions and 1 deletions

View file

@ -1,5 +1,5 @@
pub mod afroesc;
pub mod dshot;
pub enum EscState {
Starting,
Running,