feat: Add initial support for PlatformIO and Arduino

This commit is contained in:
Chris Johnson
2018-12-04 21:44:39 -06:00
committed by GitHub
parent fe14e30307
commit 2c8ab3f18b
6 changed files with 77 additions and 0 deletions

2
ci/build-platformio.sh Normal file
View File

@@ -0,0 +1,2 @@
# run PlatformIO builds
platformio run

5
ci/install-platformio.sh Normal file
View File

@@ -0,0 +1,5 @@
# install PlatformIO
sudo pip install -U platformio
# update PlatformIO
platformio update