MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / sendIRCommand

Method sendIRCommand

src/ac_LG.hpp:249–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void Aircondition_LG::sendIRCommand(uint16_t aCommand) {
250
251 INFO(F("Send code=0x"));
252 INFO_PRINT(aCommand, HEX);
253 INFO_PRINT(F(" | 0b"));
254 INFO_PRINTLN(aCommand, BIN);
255
256
257 IrSender.sendLG((uint8_t) LG_ADDRESS, aCommand, 0);
258}
259
260/*
261 * Takes values from static variables

Callers

nothing calls this directly

Calls 1

sendLGMethod · 0.80

Tested by

no test coverage detected