/spark-neopixel-app

Primary LanguageObjective-CMIT LicenseMIT

spark-neopixel-app

An iPhone app to control the color and brightness of a neopixel ring connected to a Spark Core.

Note: The access token and the Spark Core ID is hardcoded into the app. Please update the following (in the file ViewController.m) with your information:

#define ACCESS_TOKEN @"123456"
#define DEVICE_ID @"123456"