Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Arduino-IRremote/Arduino-IRremote
/ setSendPin
Method
setSendPin
src/IRSend.hpp:104–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
void IRsend::setSendPin(uint_fast8_t aSendPin) {
105
sendPin = aSendPin;
106
}
107
108
/**
109
* Initializes the send and feedback pin
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected