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: README.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
@@ -12,8 +12,10 @@ This sketch is currently designed to work with the following Arduino boards:
12
12
To build this sketch on the command line, you will need the following tools installed. Please see their respective installation guides for instructions on how to install them.
13
13
14
14
1.[make](https://www.gnu.org/software/make/) - Installation of `make` is OS-dependent. The provided link includes a download page for installing make on OSX and Linux. (See [here](https://stackoverflow.com/questions/32127524/how-to-install-and-use-make-in-windows) for more info on installing on Windows).
15
+
1.[python3](https://www.python.org/downloads/) - Used internally by some of the Arduino libraries
0 commit comments