Files
stm32f103_spl_clion/BSP/LightSensor.h
2026-08-11 23:41:24 +08:00

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