#ifndef _BH1750_H_ #define _BH1750_H_ #include #define BH1750_ADR 0x23 void BH1750_Init(void); unsigned int BH1750_ReadLux( void ); #endif