mirror of
https://github.com/nealey/advent-lights.git
synced 2025-01-13 10:25:01 -07:00
6 lines
158 B
Makefile
6 lines
158 B
Makefile
|
FQBN = digistump:avr:digispark-tiny
|
||
|
#FQBN = attiny:avr:ATtinyX5:cpu=attiny85,clock=internal8
|
||
|
|
||
|
install: advent-lights.ino
|
||
|
arduino --upload --board $(FQBN) $@
|