Files
stm32f103_spl_clion/BSP/CountSensor.h

7 lines
122 B
C

#ifndef __COUNTSENSOR_H
#define __COUNTSENSOR_H
void CountSensor_Init(void);
uint16_t CountSensor_GetCount(void);
#endif