ioc-invicta/db_feeder/msg.h

14 lines
149 B
C

#ifndef MSG_H
#define MSG_H
struct brightness_msg {
char id[65];
int val;
};
struct button_msg {
char id[65];
};
#endif /* BRIGHTNESS_MSG_H */