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
| #include <dht11.h> | |
| #include "Ultrasonic.h" | |
| #include <ShiftLCD.h> | |
| #include <SPI.h> | |
| #include <Ethernet.h> | |
| #define APIKEY "" // your cosm api key | |
| #define FEEDID // your feed ID | |
| #define USERAGENT "Cosm Arduino Example ()" // user agent is the project name |