Initial commit - including a project file for the Star Citizen flight control panel.
This commit is contained in:
commit
132dc5c462
3 changed files with 62 additions and 0 deletions
8
sc-panel/Makefile
Normal file
8
sc-panel/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
TARGET_BOARD=arduino:avr:nano
|
||||
COM_PORT=/dev/ttyACM0
|
||||
|
||||
build:
|
||||
arduino-cli compile -b ${TARGET_BOARD}
|
||||
|
||||
upload:
|
||||
arduino-cli upload -b ${TARGET_BOARD} -p ${COM_PORT}
|
Loading…
Add table
Add a link
Reference in a new issue