Added makefile

This commit is contained in:
Mark Qvist
2021-12-26 10:38:45 +01:00
parent cddc195057
commit d39b28ba28
2 changed files with 7 additions and 1 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
firmware:
arduino-cli compile --fqbn unsignedio:avr:rnode
upload:
arduino-cli upload -p /dev/ttyUSB0 --fqbn unsignedio:avr:rnode