Compare commits

...

2 Commits

Author SHA1 Message Date
Neale Pickett 584dc77319 Merge branch 'master' of https://github.com/nealey/wallart 2023-12-31 10:26:12 -07:00
Neale Pickett ff69a457bf Add makefile 2023-12-31 10:26:07 -07:00
1 changed files with 8 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
BOARD = --board adafruit:samd:adafruit_trinket_m0
verify: main.ino
arduino --verify $(BOARD) $<
install: main.ino
arduino --upload $(BOARD) $<