flm01/mote/v2/avr/main.h

11 lines
128 B
C

struct event_struct {
uint16_t wdt;
uint16_t brown_out;
};
struct sensor_struct {
uint32_t value;
uint16_t meterconst;
};