Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 178 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 178 Bytes

compile avr-g++ -O1 main.cpp isr.c AttinyLED.cpp -mmcu=attiny85 -std=c++11 -o blinkstern.elf

download avrdude -p t85 -c stk500 -P /dev/ttyACM0 -U flash:w:blinkstern.elf:e