Arduino/Particle
The Arduino library has been updated to work with V6! See the quickstart below.
Sample code is located here: https://github.com/circuitdojo/air-quality-wing-code
Library is located here: https://github.com/circuitdojo/air-quality-wing-library
Quick Start:
This quick start assumes you have Particle Workbench installed.
- Clone this repo onto a place on your machine:
git clone git@github.com:circuitdojo/air-quality-wing-code.git
- Init the library submodule using
git submodule update --init --recursive
- Open the repo with Visual Code: (
code .
using the command line, orfile
->open
) - Open
/src/AirQualityWing.ino
- Select your target device in the lower bar (Options are:
argon
andboron
) - Hit
cmd
+shift
+p
to get the command menu - Select
Compile application (local)
. You can also chooseCloud flash
as long asboard.h
has not been modified. - Enjoy playing around with your Air Quality Wing!
This example has been tested with DeviceOS 3.1.0. It's recommended to upgrade if you have problems.