foxed-in
Results
2
comments of
foxed-in
Check out the new home (URL) for this repo!
#include #include "CurieTimerOne.h" #ifndef INTERVAL_TIMER #define INTERVAL_TIMER 1000 #endif static bool intervalFireOff = false; BLEService CloudPrimaryService("bfe433cf-6b5e-4368-abab-b0a59666a402"); BLECharacteristic CloudCredentials("bfe433cf-6b5e-4368-abab-b0a59666a403", BLERead | BLEWrite, 64); BLECharacteristic CloudNotify("bfe433cf-6b5e-4368-abab-b0a59666a404", BLERead | BLEWrite | BLENotify, 64);...