|
Safe Sprinkler
Master/slave irrigation system (ESP-NOW + LoRaWAN)
|
#include <stdint.h>

Go to the source code of this file.
Data Structures | |
| struct | msg_header_t |
| struct | registration_msg_t |
| struct | ack_registration_t |
| struct | measurement_msg_t |
| struct | ack_measurement_t |
| struct | alarm_msg_t |
| struct | ack_alarm_t |
| union | message_data_t |
| struct | message_packet_t |
Macros | |
| #define | MSG_REGISTRATION 0 |
| #define | MSG_MEASUREMENT 1 |
| #define | MSG_ALARM 2 |
| #define | WIFI_CHANNEL 1 |
| #define | MAX_RETRY 3 |
| #define | TIMEOUT_MS 200 |
Typedefs | |
| typedef uint8_t | esp_message_id_t |
| #define MAX_RETRY 3 |
| #define MSG_ALARM 2 |
| #define MSG_MEASUREMENT 1 |
| #define MSG_REGISTRATION 0 |
| #define TIMEOUT_MS 200 |
| #define WIFI_CHANNEL 1 |
| typedef uint8_t esp_message_id_t |