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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,10 +84,9 @@ Any serial monitor (set BAUD rate to 1000000) can be used for control from the P
84
84
### If using the makefile (Linux/Mac)
85
85
- Make sure you have installed [avr-gcc toolchain and avrdude](http://maxembedded.com/2015/06/setting-up-avr-gcc-toolchain-on-linux-and-mac-os-x/).
86
86
- Connect your programmer to your PC and to the ICSP header of the device.
87
-
- Open the makefile and change the programmer if you are not using usbasp.
88
87
- Open a terminal.
89
88
- Navigate to the folder with the makefile and the Arduino sketch.
90
-
- Run "make install" to compile, burn the fuses and upload the firmware.
89
+
- Run `PROGRMR=usbasp make install` to compile, burn the fuses and upload the firmware (change PROGRMR accordingly).
91
90
92
91
## Installing Python and Drivers
93
92
Python needs to be installed on your PC in order to use the software. Most Linux distributions already include this. Windows users can follow these [instructions](https://www.pythontutorial.net/getting-started/install-python/). In addition PySerial and Tkinter (8.6 or newer) must be installed. However, these are already included in most Python installations.
0 commit comments