summaryrefslogtreecommitdiff
path: root/hid/Makefile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-11 00:06:56 +0000
committerDevaev Maxim <[email protected]>2018-07-11 00:06:56 +0000
commit008b9ca2f2d7daf96e975635ddd4c38c35bb4bdb (patch)
tree5f8c9b8921efb1258922c468c5d1bfc3c2bfc9c1 /hid/Makefile
parentdb56bf90db213f994dc3c433638dc497ead94096 (diff)
arduino-based hid
Diffstat (limited to 'hid/Makefile')
-rw-r--r--hid/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/hid/Makefile b/hid/Makefile
new file mode 100644
index 00000000..ec8bb999
--- /dev/null
+++ b/hid/Makefile
@@ -0,0 +1,17 @@
+all:
+ @ cat Makefile
+
+build:
+ platformio run
+
+update:
+ platformio platform update
+
+upload:
+ platformio run --target upload
+
+serial:
+ platformio serialports monitor
+
+clean:
+ rm -rf .pioenvs .piolibdeps