We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91afc00 commit b616db2Copy full SHA for b616db2
.gitignore
README.md
@@ -1,4 +1,4 @@
1
# ODriveArduino
2
Arduino library for controlling [ODrive motor controllers](https://odriverobotics.com/).
3
4
-See https://docs.odriverobotics.com/v/latest/arduino-guide.html for usage instructions.
+See https://docs.odriverobotics.com/v/latest/guides/arduino-guide.html for usage instructions.
src/ODriveArduino.cpp
@@ -1,6 +1,6 @@
// Author: ODrive Robotics Inc.
// License: MIT
-// Documentation: https://docs.odriverobotics.com/v/latest/arduino-guide.html
+// Documentation: https://docs.odriverobotics.com/v/latest/guides/arduino-guide.html
5
#include "Arduino.h"
6
#include "ODriveArduino.h"
0 commit comments