New Search

If you are not happy with the results below please do another search

1 search result for:

1

วัดอุณหภูมิ ความชื้น ขึ้น LINE NOTIFY

void Line_Notify(String message); #include <ESP8266WiFi.h> #include <DHT.h> #define DHTPIN D2 // Existing WiFi network const char* ssid = “xxxxx”; // your wifi name const char* password = “xxxxx”; // your wifi password #define LINE_TOKEN “xxxxxxxxxxxxxxx” // LINE Notify token #define DHTTYPE DHT11 // DHT 11 //#define DHTTYPE DHT22 // DHT 22 (AM2302) //#define DHTTYPE DHT21 […]