diff --git a/PhotoStepper/Makefile b/PhotoStepper/Makefile new file mode 100644 index 0000000..366a4bc --- /dev/null +++ b/PhotoStepper/Makefile @@ -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