Legohead259 / OlympianESC-Firmware

Firmware for a novel Micro-ROS based electronic speed controller (ESC)
MIT License
0 stars 0 forks source link

[Feature Request]: Decouple LED state machine from MicroROS task #33

Open Legohead259 opened 6 months ago

Legohead259 commented 6 months ago

Is your feature request related to a problem? Please describe. The microROS implementation has many dependencies amongst other libraries and implementations. This needs to simplify to make the base cleaner to edit and execute.

Describe the solution you'd like The LED state machine should be migrated to another RTOS task instead of being handled within the MicroROS task. MicroROS will need callback functions to the state machine to change the state.

Additional context Add any other context or screenshots about the feature request here.