Open
Description
Working towards #14 - Support for PlatformIO
I have been playing around using this repository as a framework to build with platformio, see platform-apollo3blue. To use this repo as a framework package for platformio it needs a simple change, the addition of a package.json
file containing a small amount of metadata, and looks like this:
{
"name": "framework-arduinoapollo3",
"description": "Arduino Wiring-based Framework (Apollo3 Core)",
"version": "1.0.21",
"url": "https://github.com/sparkfun/Arduino_Apollo3"
}