Files
ODrive/Arduino/ODriveArduino
Aaron de los Santos 16aad18448 Created jinja template to autogenerate arduino enums header
Created arduino_enums_template.j2 to generate header file containing enums for arduino. Added the header file to Arduino/ODriveArduino/enums.h. This replaces the hardcoded enum defined inside the ODriveArduino class.
2021-06-08 22:54:01 -07:00
..
2018-06-09 13:23:10 -07:00
2021-06-08 21:02:47 -07:00
2018-06-11 02:56:05 -07:00

ODriveArduino

Arduino library for the ODrive

To install the library, first clone this repository. In the Arduino IDE select: Sketch -> Include Library -> Add .ZIP Library...

Select the enclosing folder (e.g. ODriveArduino) to add it. Restarting the Arduino IDE may be necessary to see the examples in the File dropdown. Check the included example ODriveArduinoTest for basic usage.