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

Method setIsrCallback

RFM69.cpp:244–246  ·  view source on GitHub ↗

set user's ISR callback

Source from the content-addressed store, hash-verified

242
243// set user's ISR callback
244void RFM69::setIsrCallback(void (*callback)()) {
245 _isrCallback = callback;
246}
247
248// Control transmitter output power (this is NOT a dBm value!)
249// the power configurations are explained in the SX1231H datasheet (Table 10 on p21; RegPaLevel p66): http://www.semtech.com/images/datasheet/sx1231h.pdf

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected