光敏电阻控制蜂鸣器
This commit is contained in:
8
BSP/LightSensor.h
Normal file
8
BSP/LightSensor.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __LIGHT_SENSOR_H
|
||||
#define __LIGHT_SENSOR_H
|
||||
|
||||
void LightSensor_Init(void);
|
||||
|
||||
uint8_t LightSensor_Read(void);
|
||||
|
||||
#endif //STM32F103_SPL_CLION_LIGHTSENSOR_H
|
||||
Reference in New Issue
Block a user