using HID-Project library

This commit is contained in:
Devaev Maxim
2018-07-11 05:29:30 +00:00
parent 157828997a
commit c6b6e54875
11 changed files with 375 additions and 54 deletions

View File

@@ -7,11 +7,15 @@ build:
update:
platformio platform update
install: upload
upload:
platformio run --target upload
serial:
platformio serialports monitor
regen:
python3 genmap.py
clean:
rm -rf .pioenvs .piolibdeps