MCPcopy Create free account
hub / github.com/LowPowerLab/RFM69 / isr0

Method isr0

RFM69.cpp:467–471  ·  view source on GitHub ↗

internal function

Source from the content-addressed store, hash-verified

465
466// internal function
467ISR_PREFIX void RFM69::isr0() {
468 _haveData = true;
469 if (_instance->_isrCallback)
470 _instance->_isrCallback();
471}
472
473// internal function
474void RFM69::receiveBegin() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected