mirror of
https://github.com/DinoMalin/paranoia-1.0.git
synced 2025-10-30 11:06:00 +00:00
11 lines
205 B
Makefile
11 lines
205 B
Makefile
all: compile upload
|
|
|
|
compile:
|
|
arduino-cli compile --fqbn arduino:mbed_nano:nano33ble sketch
|
|
|
|
upload:
|
|
arduino-cli upload -p /dev/ttyACM0 --fqbn arduino:mbed_nano:nano33ble sketch
|
|
|
|
listen:
|
|
bash listen.sh
|