This file contains hidden or 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
/* | |
This sketch sends data via HTTP GET requests to data.sparkfun.com service. | |
You need to get streamId and privateKey at data.sparkfun.com and paste them | |
below. Or just customize this script to talk to other HTTP servers. | |
*/ | |
#include <WiFi.h> |