M5StickC
M5StickC copied to clipboard
Platfomio support
Target
Added PlatformIO support for some examples, it works fine with Arduino without any conflict. The users can build each example for separated in each directory with a simple pio run --target upload
, and it will downloading libraries, toolchains and all stuff for building.
Examples:
- [x] FactoryTest
- [x] AXP192
- [x] Dices
- [x] FlappyBird
- [x] ENV
- [x] JoyC
- [x] TOF
bug fixes
- [x] in ENV example, removed unnecessary local header
Tests:
- [x] M5StickC with TOF hat
- [x] M5StickC with ENVII (it only works with some ENV1 sensors)