set user's ISR callback
| 242 | |
| 243 | // set user's ISR callback |
| 244 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected