toshiba_ir.h 175 B

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