LightSensor.h 144 B

123456789
  1. #ifndef __LIGHTSENSOR_H
  2. #define __LIGHTSENSOR_H
  3. #include <stdint.h>
  4. void LightSensor_Init(void);
  5. uint8_t GetLightSensor_Status(void);
  6. #endif