vedderb / bldc

The VESC motor control firmware
2.09k stars 1.31k forks source link

Added uart functions #651

Open dr0ps opened 10 months ago

dr0ps commented 10 months ago

Controlling VESC from an Arduino via uart is currently severely limited. I added some functions to be able to directly set duty cycle, current, rpm and brake. For this I needed to expose comm_can_set_handbrake in comm_can.h.