1
0

esic.h 156 B

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