#include <WiFi.h> #include "secrets.h" #include "ThingSpeak.h" // always include thingspeak header file after other header files and custom macros char ssid[] = SECRET_SSID; // your network SSID (name) char pass[] = SECRET_PASS; // your netwo
Raspberry Pi based Weather Monitoring for temperature , Pressure and humidity