JXCT Soil Sensor 7-in-1 3.10.1
IoT система мониторинга почвы на базе ESP32
|
#include <Arduino.h>
Макросы | |
#define | DEBUG_PRINT(x) |
#define | DEBUG_PRINTLN(x) |
#define | DEBUG_PRINTF(fmt, ...) |
#define | DEBUG_PRINT_VAR(name, value) |
#define | DEBUG_PRINT_INT(name, value) |
#define | DEBUG_PRINT_FLOAT(name, value) |
#define | ERROR_PRINT(x) Serial.print(x) |
#define | ERROR_PRINTLN(x) Serial.println(x) |
#define | ERROR_PRINTF(fmt, ...) Serial.printf(fmt, ##__VA_ARGS__) |
#define | INFO_PRINT(x) |
#define | INFO_PRINTLN(x) |
#define | INFO_PRINTF(fmt, ...) |
#define DEBUG_PRINT | ( | x | ) |
#define DEBUG_PRINTLN | ( | x | ) |
#define DEBUG_PRINTF | ( | fmt, | |
... | |||
) |
#define DEBUG_PRINT_VAR | ( | name, | |
value | |||
) |
#define DEBUG_PRINT_INT | ( | name, | |
value | |||
) |
#define DEBUG_PRINT_FLOAT | ( | name, | |
value | |||
) |
#define ERROR_PRINT | ( | x | ) | Serial.print(x) |
#define ERROR_PRINTLN | ( | x | ) | Serial.println(x) |
#define ERROR_PRINTF | ( | fmt, | |
... | |||
) | Serial.printf(fmt, ##__VA_ARGS__) |
#define INFO_PRINT | ( | x | ) |
#define INFO_PRINTLN | ( | x | ) |
#define INFO_PRINTF | ( | fmt, | |
... | |||
) |