InfraredSensor.h 158 B

12345678
  1. #ifndef __INFRARED_SENSOR_H
  2. #define __INFRARED_SENSOR_H
  3. #include "stdint.h"
  4. void InfraredSensor_Init(void);
  5. uint16_t InfraredSensor_Get_Count(void);
  6. #endif