m5stack / M5StickC

M5StickC Arduino Library
MIT License
476 stars 221 forks source link

Platfomio support #128

Open hpsaturn opened 3 years ago

hpsaturn commented 3 years ago

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:

bug fixes

Tests: