1
0
Fork 0

Align use of atmega32a program script (#5259)

* Remove duplicate 'program' files and refactor to use atmega32a_program.py

* Update readme references from 'program' to 'atmega32a_program.py'
This commit is contained in:
zvecr 2019-03-14 22:55:08 +00:00 committed by Drashna Jaelre
parent c025d813ba
commit 205ffc277c
19 changed files with 12 additions and 655 deletions

View file

@ -36,7 +36,7 @@ $ make
$ sudo cp bootloadHID /usr/bin
```
In order to use the `./program` script, which can reboot the board into
In order to use the `././util/atmega32a_program.py` script, which can reboot the board into
the bootloader, you'll need Python 2 with PyUSB installed:
```