10 lines
154 B
C
10 lines
154 B
C
#ifndef __APP_RT_TEM_HUMIDITY_H__
|
|
#define __APP_RT_TEM_HUMIDITY_H__
|
|
|
|
|
|
void app_rt_tem_humd_init(void);
|
|
|
|
void app_get_realtime_tem_humidity(void);
|
|
|
|
#endif
|