对射式红外传感器计数器实现

This commit is contained in:
2026-08-13 22:32:24 +08:00
parent 1c18eebc4a
commit 72d07a8077
4 changed files with 57 additions and 13 deletions

6
BSP/CountSensor.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __COUNTSENSOR_H
#define __COUNTSENSOR_H
void CountSensor_Init(void);
uint16_t CountSensor_GetCount(void);
#endif