This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Basic mash up of Andrew de Quincey's Joggler light sensor code | |
* and sample MQTT client code to publish light sensor reading | |
* messages. | |
* For more info. see: | |
* http://code.google.com/p/adqmisc/source/browse/trunk/joggler/readlightsensor.c | |
* http://www.eclipse.org/paho/files/mqttdoc/Cclient/ | |
* http://jtlog.wordpress.com/2013/02/07/mqtt-joggler/ | |
*/ | |
#include "stdio.h" |