Merge branch 'master' of mjesec.ffzg.hr:/git/GroveSensor
[GroveSensor] / Makefile
index 96ee9b9..c8d0b85 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 #sketch := $(shell basename $(pwd))
-sketch := ../GrooveSensor
+sketch := ../GroveSensor
 
 all:
        ./bin/arduino-cli compile -b arduino:avr:uno --verbose $(sketch)
@@ -14,3 +14,5 @@ install:
 upload:
        ./bin/arduino-cli upload -p /dev/ttyUSB0 --fqbn arduino:avr:uno --verbose $(sketch)
 
+serial:
+       microcom -p /dev/ttyUSB0