oregon.h 163 B

1234567891011
  1. #ifndef __OREGON__
  2. #define __OREGON__
  3. #include <stdbool.h>
  4. #include <stdint.h>
  5. void Oregon_ResetDecoder();
  6. char * nextPulseOregonSensor(uint32_t width);
  7. #endif