styles: optimize tanle

This commit is contained in:
esma(马璐)
2020-12-15 16:09:50 +08:00
parent 3b9dceb829
commit 7702f7f3cb
4 changed files with 149 additions and 149 deletions

View File

@@ -30,6 +30,14 @@
#define BH1750_Addr 0x46
#define LIGHT_MAX_NAME_LEN 32
int e53_sc1_init(void);
float e53_scl_read_data(void);
void iot_explorer_handle_power_switch(int power_switch);
void key1_handle_power_switch(void);
#if 0
typedef enum{
LIGHT_LEVEL_LOW = 0,
@@ -38,12 +46,4 @@ typedef enum{
LIGTH_LEVEL_BUTT,
}E_LIGTH_LEVEL;
#endif
int e53_sc1_init(void);
float e53_scl_read_data(void);
void iot_explorer_handle_power_switch(int power_switch);
void key1_handle_power_switch(void);
#endif /* _E53_SC1_H_ */