M5StickC icon indicating copy to clipboard operation
M5StickC copied to clipboard

Platfomio support

Open hpsaturn opened this issue 4 years ago • 0 comments

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)

hpsaturn avatar Dec 20 '20 21:12 hpsaturn