From a4401a94451832805a6cc631c517f9419e2a0299 Mon Sep 17 00:00:00 2001 From: patrick valk Date: Tue, 19 Feb 2019 16:32:40 +0100 Subject: [PATCH] reminder --- upload to lcd2usb using arduinoISP.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 upload to lcd2usb using arduinoISP.txt diff --git a/upload to lcd2usb using arduinoISP.txt b/upload to lcd2usb using arduinoISP.txt new file mode 100644 index 0000000..eb5d9e2 --- /dev/null +++ b/upload to lcd2usb using arduinoISP.txt @@ -0,0 +1 @@ +avrdude -c avrisp -P \\.\COM3 -v -b 19200 -p atmega8 -U lfuse:w:0x9f:m -U hfuse:w:0xc9:m -U flash:w:.\firmware.hex -C "C:\Program Files (x86)\Arduino\hardware\tools\avr\etc\avrdude.conf" \ No newline at end of file