对射式红外传感器计数器实现
This commit is contained in:
6
BSP/CountSensor.h
Normal file
6
BSP/CountSensor.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef __COUNTSENSOR_H
|
||||
#define __COUNTSENSOR_H
|
||||
|
||||
void CountSensor_Init(void);
|
||||
uint16_t CountSensor_GetCount(void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user