Initial commit - including a project file for the Star Citizen flight control panel.

This commit is contained in:
Anna Rose Wiggins 2021-11-08 01:41:26 +00:00
commit 132dc5c462
3 changed files with 62 additions and 0 deletions

8
sc-panel/Makefile Normal file
View 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}