Commit Graph

4 Commits

Author SHA1 Message Date
melfely 7f1018bb8b Changed Motor::Controller from a trait to a Struct
I realized that I was trying to do inheirtance rather than composition which is the rust way.
This should be a much bet
2026-06-12 18:36:54 -05:00
melfely f9bf19936b Added derive fields to the Data and PID struct 2026-06-09 19:14:40 -05:00
melfely 2eae22cb9b Added main logic for PID system and motor system
Quite a bit of the important logic bits have been added for the Controller Trait, and the PID system.
2026-06-07 00:35:15 -05:00
melfely 35d30bd213 Motor logic area has been started. 2026-05-24 12:11:37 -05:00