added basic Makefile
This commit is contained in:
parent
21769f0746
commit
031270fb21
10
PhotoStepper/Makefile
Normal file
10
PhotoStepper/Makefile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
all: upload debug
|
||||||
|
|
||||||
|
compile:
|
||||||
|
arduino-cli compile --fqbn arduino:avr:uno -p /dev/ttyACM3 PhotoStepper.ino
|
||||||
|
|
||||||
|
upload:
|
||||||
|
arduino-cli compile --fqbn arduino:avr:uno -p /dev/ttyACM3 PhotoStepper.ino -u
|
||||||
|
|
||||||
|
debug:
|
||||||
|
screen /dev/ttyACM3 115200
|
Loading…
Reference in New Issue
Block a user