nexa.h 151 B

1234567891011
  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. #endif