ClasOSensor.h 161 B

1234567891011
  1. #ifndef __CLASO__
  2. #define __CLASO__
  3. #include <stdbool.h>
  4. #include <stdint.h>
  5. void ClasO_ResetDecoder ();
  6. int64_t nextPulseClasOSensor(uint32_t width);
  7. #endif