#ifndef __LIGHTSENSOR_H #define __LIGHTSENSOR_H #include <stdint.h> void LightSensor_Init(void); uint8_t GetLightSensor_Status(void); #endif