IRremoteESP8266
|
Airwell "Manchester code" based protocol. Some other Airwell products use the COOLIX protocol. More...
Variables | |
const uint8_t | kAirwellOverhead = 4 |
const uint16_t | kAirwellHalfClockPeriod = 950 |
const uint16_t | kAirwellHdrMark = 3 * kAirwellHalfClockPeriod |
const uint16_t | kAirwellHdrSpace = 3 * kAirwellHalfClockPeriod |
const uint16_t | kAirwellFooterMark = 5 * kAirwellHalfClockPeriod |
Airwell "Manchester code" based protocol. Some other Airwell products use the COOLIX protocol.
const uint16_t kAirwellFooterMark = 5 * kAirwellHalfClockPeriod |
const uint16_t kAirwellHalfClockPeriod = 950 |
const uint16_t kAirwellHdrMark = 3 * kAirwellHalfClockPeriod |
const uint16_t kAirwellHdrSpace = 3 * kAirwellHalfClockPeriod |
const uint8_t kAirwellOverhead = 4 |