ESP8266 Centre + NB
|
#include "room_info.h"
函数 | |
void | get_noise (void) |
void | get_humi_temp (void) |
void | get_room_data (void) |
void | get_room_buf (void) |
变量 | |
uint8 | room |
uint8 | people = 0 |
uint8 | temp = 0 |
uint8 | humi = 0 |
uint8 | noise = 0 |
uint8 | room_data_buf [4] = {0} |
void get_noise | ( | void | ) |
void get_humi_temp | ( | void | ) |
void get_room_data | ( | void | ) |
void get_room_buf | ( | void | ) |
uint8 room |
uint8 people = 0 |
uint8 temp = 0 |
uint8 humi = 0 |
uint8 noise = 0 |
uint8 room_data_buf[4] = {0} |