|
IRremote
|
Classes | |
| union | LGProtocol |
| class | Aircondition_LG |
Functions | |
| void | Aircondition_LG::setType (bool aIsWallType) |
| void | Aircondition_LG::printMenu (Print *aSerial) |
| bool | Aircondition_LG::sendCommandAndParameter (char aCommand, int aParameter) |
| void | Aircondition_LG::sendIRCommand (uint16_t aCommand) |
| void | Aircondition_LG::sendTemperatureFanSpeedAndMode () |
Variables | |
| const int | AC_FAN_TOWER [SIZE_OF_FAN_SPEED_MAPPING_TABLE] = { 0, 4, 6, 6 } |
| const int | AC_FAN_WALL [SIZE_OF_FAN_SPEED_MAPPING_TABLE] = { 0, 2, 4, 5 } |
| bool Aircondition_LG::sendCommandAndParameter | ( | char | aCommand, |
| int | aParameter | ||
| ) |
| void Aircondition_LG::sendIRCommand | ( | uint16_t | aCommand | ) |
| void Aircondition_LG::sendTemperatureFanSpeedAndMode | ( | ) |
| const int AC_FAN_TOWER[SIZE_OF_FAN_SPEED_MAPPING_TABLE] = { 0, 4, 6, 6 } |
| const int AC_FAN_WALL[SIZE_OF_FAN_SPEED_MAPPING_TABLE] = { 0, 2, 4, 5 } |