Retenční nádrž V1
#include <HCSR04.h> #include <Wire.h> //#include <ACROBOTIC_SSD1306.h> #include „SSD1306.h“ #include <ESP8266WiFi.h> #define SDA D2 #define SCL D1 //SSID of your network char ssid[] = „Brno4“; //password of your WPA Network char pass[] = „*****“; const char* host = „api.thingspeak.com“; // Informace pro připojení k thingspeak.com const char* APIkey = „******“; const int httpPort = 80; int … Číst dál