arduino-based hid

This commit is contained in:
Devaev Maxim
2018-07-11 00:06:56 +00:00
parent db56bf90db
commit 008b9ca2f2
14 changed files with 252 additions and 201 deletions

17
hid/Makefile Normal file
View File

@@ -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