flm01/mote/v2/avr/main.h
2010-12-26 19:03:22 +01:00

10 lines
128 B
C

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