mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-08 09:25:31 -04:00
Added makefile
This commit is contained in:
parent
cddc195057
commit
d39b28ba28
2 changed files with 7 additions and 1 deletions
2
LICENSE
2
LICENSE
|
@ -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
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
firmware:
|
||||
arduino-cli compile --fqbn unsignedio:avr:rnode
|
||||
|
||||
upload:
|
||||
arduino-cli upload -p /dev/ttyUSB0 --fqbn unsignedio:avr:rnode
|
Loading…
Add table
Add a link
Reference in a new issue