1 #ifndef __ROOM_INFO_H__
2 #define __ROOM_INFO_H__
4 #include "driver/uart.h"
11 #define ROOM_ONE_IP 101
12 #define ROOM_TWO_IP 102
13 #define ROOM_THREE_IP 103
14 #define ROOM_FOUR_IP 104
17 #define ROOM_ONE_NO 0x01
18 #define ROOM_TWO_NO 0x02
19 #define ROOM_THREE_NO 0x03
20 #define ROOM_FOUR_NO 0x04
29 #define DEVICE_LIGHT_1 0x01
30 #define DEVICE_LIGHT_2 0x02
uint8 people
Definition: room_info.c:4
uint8 temp
Definition: room_info.c:5
uint8 noise
Definition: room_info.c:7
unsigned char uint8
Definition: c_types.h:43
uint8 room
Definition: room_info.c:3
uint8 humi
Definition: room_info.c:6