Farm-Data-Relay-System/Sensors/MotionDetector/DataReading.h
Timm Bogner afd964ec2b Updates and Additions
Updated to work with latest ESP8266 releases
Added tipping bucket, capacitive soil moisture, and motion sensor support
2021-10-08 20:55:56 -05:00

8 lines
85 B
C

typedef struct DataReading {
float d;
uint16_t id;
uint8_t t;
} DataReading;