1
0

nexa.h 185 B

12345678910111213
  1. #ifndef __NEXA__
  2. #define __NEXA__
  3. #include <stdbool.h>
  4. #include <stdint.h>
  5. void NEXA_resetDecoder ();
  6. int64_t nextPulseNEXA(uint32_t width);
  7. extern uint32_t startPulseWidth;
  8. #endif