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

Method sendSAMSUNG

src/ir_Samsung.hpp:411–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409 PROTOCOL_IS_MSB_FIRST);
410}
411void IRsend::sendSAMSUNG(unsigned long data, int nbits) {
412 sendSamsungMSB(data, nbits);
413}
414
415/** @}*/
416#include "LocalDebugLevelEnd.h"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected