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

Method IRsend

src/IRSend.hpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62IRsend IrSender;
63
64IRsend::IRsend() { // @suppress("Class members should be properly initialized")
65#if !defined(IR_SEND_PIN)
66 sendPin = 0;
67#endif
68}
69
70/******************************************************************************************************************
71 * LED feedback is always enabled for sending. It can only be disabled by using the macro NO_LED_SEND_FEEDBACK_CODE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected