internal function
| 465 | |
| 466 | // internal function |
| 467 | ISR_PREFIX void RFM69::isr0() { |
| 468 | _haveData = true; |
| 469 | if (_instance->_isrCallback) |
| 470 | _instance->_isrCallback(); |
| 471 | } |
| 472 | |
| 473 | // internal function |
| 474 | void RFM69::receiveBegin() { |
nothing calls this directly
no outgoing calls
no test coverage detected