UCI-HyperXite / inverter-control

0 stars 0 forks source link

Implement serial control of velocity and throttle #39

Closed samderanova closed 5 months ago

samderanova commented 5 months ago

As part of #37, allow continually outputting the PDM waveform with the last known parameters rather than just a single period. Using multicore functionality, a separate core monitors the serial input and updates the LIM control message through a mutex lock. We still need to implement expiration time for safety reasons.

Changes