proovesmartSensor.h 181 B

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