From 4a6449ae13be68f3d95007a862a6da1e2eb72921 Mon Sep 17 00:00:00 2001 From: Elis Hirwing Date: Tue, 14 May 2019 09:23:58 +0200 Subject: [PATCH] Add make copy to copy files to board --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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