File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,15 @@ https://github.com/IJHack/ijduino/blob/master/documentation/ijduino.pdf?raw=true
1414Installing
1515----------
1616
17- Create a folder "ijduino" in the "variants " folder of the Arduino IDE and copy the file "pins_arduino.h" from the "hardware" folder there .
17+ On most systems, just copy the "hardware " folder into your Arduino folder.
1818
19- Add the text from the "boards.txt" file in the "hardware" folder to the "boards.txt" file in the Arduino IDE.
19+ On some picky linux systems you might need to do the following:
2020```
2121sudo mkdir /usr/share/arduino/hardware/arduino/avr/variants/ijduino
22- sudo cp hardware/pins_arduino.h /usr/share/arduino/hardware/arduino/avr/variants/ijduino/
23- sudo cat hardware/boards.txt >> /usr/share/arduino/hardware/arduino/avr/boards.txt
22+ sudo cp hardware/ijhack/avr/variants/ijduino/ pins_arduino.h /usr/share/arduino/hardware/arduino/avr/variants/ijduino/
23+ sudo cat hardware/ijhack/avr/ boards.txt >> /usr/share/arduino/hardware/arduino/avr/boards.txt
2424```
25+
2526USB-ASP Programmer
2627------------------
2728
You can’t perform that action at this time.
0 commit comments