ir_LG.h 402 B

1234567891011121314151617
  1. // Copyright 2017 David Conran
  2. #ifndef IR_LG_H_
  3. #define IR_LG_H_
  4. // L GGGG
  5. // L G
  6. // L G GG
  7. // L G G
  8. // LLLLL GGG
  9. #define __STDC_LIMIT_MACROS
  10. #include <stdint.h>
  11. uint8_t calcLGChecksum(uint16_t data);
  12. #endif // IR_LG_H_