You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/arduino/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,5 @@ The `sr.robot3` library provides support for using the Arduino in three possible
24
24
25
25
By default, the [`sr.robot3`](/docs/programming/robot_api/) library assumes that all connected Arduinos are running the SR firmware or firmware which is compatible with the SR Arduino firmware.
26
26
If you're using completely custom firmware, you'll need to tell the kit to ignore the device so that you're able to define your own setup logic.
27
+
28
+
If you have installed custom firmware onto the Arduino and want to reset it back to its original state, you can download the [source code]({{ site.baseurl }}/resources/kit/arduino-fw.ino) for the stock firmware and then load that back onto the Arduino.
0 commit comments