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

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2018 Mark Qvist - unsigned.io
Copyright (c) 2021 Mark Qvist - unsigned.io
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

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