Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Arduino-IRremote/Arduino-IRremote
/ printNumberOfRepeats
Function
printNumberOfRepeats
src/IRReceive.hpp:1964–1966 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1962
// @formatter:off
1963
1964
void printNumberOfRepeats(Print *aSerial) {
1965
aSerial->print(F(
", <numberOfRepeats>"
));
1966
}
1967
1968
/**
1969
* Function to print values and flags of IrReceiver.decodedIRData in one line.
Callers
1
printIRSendUsage
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected