mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
16 lines
289 B
Makefile
16 lines
289 B
Makefile
|
|
compile:
|
|
arduino-cli compile --build-path build/ --verbose --warnings all
|
|
|
|
upload:
|
|
arduino-cli compile --build-path build/ --verbose --warnings all --upload
|
|
|
|
monitor:
|
|
arduino-cli monitor -p /dev/ttyACM0
|
|
|
|
graph:
|
|
arduino-cli monitor -p /dev/ttyACM0 | graphstream
|
|
|
|
clean:
|
|
rm -rf build/
|