7 lines
122 B
C
7 lines
122 B
C
#ifndef __COUNTSENSOR_H
|
|
#define __COUNTSENSOR_H
|
|
|
|
void CountSensor_Init(void);
|
|
uint16_t CountSensor_GetCount(void);
|
|
#endif
|