mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-02-07 16:01:52 +08:00
Deleted the manually added enum in the ODriveArduino class. Removed the scope resolution operator from the ODriveArduinoTest.ino file to access enums as it can be accessed from the global namespace.
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.