Added makefile

master
Mark Qvist 3 years ago
parent cddc195057
commit d39b28ba28
  1. 2
      LICENSE
  2. 6
      Makefile

@ -1,6 +1,6 @@
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

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