-
Notifications
You must be signed in to change notification settings - Fork 0
Uploading Firmware
Antoine Vacher edited this page Jul 11, 2019
·
1 revision
You will need an USBasp module.
Clone the repository and open the folder in Arduino IDE. Then build and upload using the dedicated buttons.
This method does not require to build, just to upload the firmware. Download the firmware .hex file from the Release pages then use avrdude:
avrdude -v -V -patmega328p -cusbasp -Pusb -Uflash:w:firmware-X.X.hex:i