Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 392 Bytes

SparkTemprature

iOS code to measure temperature

The cloud code and the circuit diagram is here: http://docs.spark.io/#/examples/measuring-the-temperature

Usage:

Edit SpartViewController.m and insert your "core id" and "access token" in the following two lines at the top of the file

#define ACCESS_TOKEN @"YOUR_ACCESS_TOKEN_HERE" #define CORE_ID @"YOUR_CORE_ID_HERE"