opatiny / micromouse

Designing a custom micromouse robot.
https://youtu.be/nz4QlaSIkbY
CERN Open Hardware Licence Version 2 - Permissive
3 stars 0 forks source link

Problem coherance between state and serial parameters #54

Closed opatiny closed 5 months ago

opatiny commented 6 months ago

How to ensure the state and the serial parameters are always up to date? Currently we have to do both by hand.

Maybe implement functions that do both internally.

opatiny commented 5 months ago

Approach: use structures with the name of the parameters containing the data and never have another variable that contains exactly the same information.