Skip to content

Instantly share code, notes, and snippets.

View luiscd7's full-sized avatar

luiscd7

View GitHub Profile
@luiscd7
luiscd7 / ICON III
Last active August 29, 2015 14:20
DHT22, MQ-2 Spark Core
// This #include statement was automatically added by the Spark IDE.
#include "elapsedMillis/elapsedMillis.h"
#include "HttpClient/HttpClient.h"
#include "PietteTech_DHT.h" // From: https://github.com/piettetech/PietteTech_DHT
#include "math.h"
/* Function prototypes -------------------------------------------------------*/
void dht_wrapper(); // must be declared before the lib initialization