JXCT Soil Sensor 7-in-1 3.10.1
IoT система мониторинга почвы на базе ESP32
|
#include <Arduino.h>
#include <ThingSpeak.h>
#include <WiFiClient.h>
Функции | |
const char * | getThingSpeakLastPublish () |
const char * | getThingSpeakLastError () |
void | setupThingSpeak (WiFiClient &client) |
bool | sendDataToThingSpeak () |
Переменные | |
WiFiClient | espClient |
const char * getThingSpeakLastPublish | ( | ) |
const char * getThingSpeakLastError | ( | ) |
void setupThingSpeak | ( | WiFiClient & | client | ) |
bool sendDataToThingSpeak | ( | ) |
|
extern |