|
@@ -32,9 +32,9 @@
|
|
void BH1750IO_Init(void);
|
|
void BH1750IO_Init(void);
|
|
void BH1750_Init(void);
|
|
void BH1750_Init(void);
|
|
void conversion(unsigned int temp_data);
|
|
void conversion(unsigned int temp_data);
|
|
-void Single_Write_BH1750(unsigned char REG_Address); //¦Ì£¤??D¡ä¨¨?¨ºy?Y
|
|
|
|
-unsigned char Single_Read_BH1750(unsigned char REG_Address); //¦Ì£¤???¨¢¨¨??¨²2???¡ä??¡Â¨ºy?Y
|
|
|
|
-void Multiple_Read_BH1750(void); //¨¢?D?¦Ì??¨¢¨¨??¨²2???¡ä??¡Â¨ºy?Y
|
|
|
|
|
|
+void Single_Write_BH1750(unsigned char REG_Address);
|
|
|
|
+unsigned char Single_Read_BH1750(unsigned char REG_Address);
|
|
|
|
+void Multiple_Read_BH1750(void);
|
|
//------------------------------------
|
|
//------------------------------------
|
|
|
|
|
|
unsigned char BH1750_RecvByte(void);
|
|
unsigned char BH1750_RecvByte(void);
|