9 lines
157 B
C
9 lines
157 B
C
#ifndef __LIGHT_SENSOR_H
|
|
#define __LIGHT_SENSOR_H
|
|
|
|
void LightSensor_Init(void);
|
|
|
|
uint8_t LightSensor_Read(void);
|
|
|
|
#endif //STM32F103_SPL_CLION_LIGHTSENSOR_H
|