diff --git a/Makefile b/Makefile index c1a5ba0..b2c36ef 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ DEVICE := /dev/ttyUSB3 +copy: + ampy --port $(DEVICE) put src/pinouts.py + connect: picocom $(DEVICE) -b115200