Skip to content

Commit ede3e54

Browse files
authored
Update README.md
1 parent 927d5bd commit ede3e54

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Documentation
1111
--------------
1212
* **[Hookup Guide](https://learn.sparkfun.com/tutorials/pi-avr-programmer-hat-hookup-guide)** - Basic hookup guide for the Pi AVR Programmer Hat.
1313

14+
Additional Notes
15+
--------------
1416
This project originated from Adafruits tutorial here:
1517

1618
https://learn.adafruit.com/program-an-avr-or-arduino-using-raspberry-pi-gpio-pins/overview
@@ -19,15 +21,15 @@ This shield makes it a bit easier to program AVRs with a headless Raspberry Pi.
1921

2022
This repo also contains some other useful files:
2123

22-
RCLOCAL - calls /home/pi/test.py and ensure that this python module will run automatically at boot up (useful when running headless)
24+
* **RCLOCAL** - calls /home/pi/test.py and ensure that this python module will run automatically at boot up (useful when running headless)
2325

24-
AVRDUDE config file - sets the GPIO used for programming (in avrdude) to work with the shield design. It's located at the very end of this file.
26+
* **AVRDUDE config file** - sets the GPIO used for programming (in avrdude) to work with the shield design. It's located at the very end of this file.
2527

26-
test.py - the python module that is auto called during bootup. This also listens to the capsense IC and engages programming when pressed.
28+
* **test.py** - the python module that is auto called during bootup. This also listens to the capsense IC and engages programming when p ressed.
2729

28-
note, test.py called pi_program.sh to actually begin programming.
30+
**Note:** test.py called pi_program.sh to actually begin programming.
2931

30-
note, test.py also checks for MEDIA drives plugged into the USB ports of the Raspi. If there is a HEX file on the MEDIA drive (any name, it just has to have the ".hex" extension) it will copy it in and use that for programming.
32+
**Note:** test.py also checks for MEDIA drives plugged into the USB ports of the Raspi. If there is a HEX file on the MEDIA drive (any name, it just has to have the ".hex" extension) it will copy it in and use that for programming.
3133

3234
KEYWORDS: RASPI PROGRAMMER
3335

0 commit comments

Comments
 (0)