Library to make remote control of the VESC easy on a linux computer equiped with a CAN device (SocketCAN).
Use make to build project
VS Code configured for testing and debug
- cd into project directory
- run make
- cd build
- run test programs:
- ./testspeed
- ./testduty
- ./bldclog can0 1.log 6
- cd into project directory
- run make clean
Go to testspeed.c or testduty.c and press F5 key