senseBox (Atmel SAM): development platform for PlatformIO
Provides support for the senseBox, which is based on Atmel SAM.
- Home (home page in PlatformIO Platform Registry)
- Documentation (advanced usage, packages, boards, frameworks, etc.)
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env:stable]
platform = https://github.com/Niruyi/platform-sensebox.git
board = sensebox
...
[env:development]
platform = https://github.com/Niruyi/platform-sensebox.git
board = ...
...
Please navigate to documentation.