mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
afd964ec2b
Updated to work with latest ESP8266 releases Added tipping bucket, capacitive soil moisture, and motion sensor support
8 lines
85 B
C
8 lines
85 B
C
|
|
typedef struct DataReading {
|
|
float d;
|
|
uint16_t id;
|
|
uint8_t t;
|
|
|
|
} DataReading;
|