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

Method begin

src/IRSend.hpp:77–81  ·  view source on GitHub ↗

* Simple start with defaults. Used if IR_SEND_PIN is defined. Saves program memory. */

Source from the content-addressed store, hash-verified

75 * Simple start with defaults. Used if IR_SEND_PIN is defined. Saves program memory.
76 */
77void IRsend::begin(){
78#if defined(_IR_MEASURE_TIMING) && defined(_IR_TIMING_TEST_PIN)
79 pinModeFast(_IR_TIMING_TEST_PIN, OUTPUT);
80#endif
81}
82
83/**
84 * Only required to set LED feedback pin

Callers 3

initMethod · 0.45
timerConfigForReceiveFunction · 0.45

Calls 1

setLEDFeedbackPinFunction · 0.85

Tested by

no test coverage detected