| 291 | } |
| 292 | |
| 293 | int LoRaClass::rssi() |
| 294 | { |
| 295 | return (readRegister(REG_RSSI_VALUE) - (_frequency < RF_MID_BAND_THRESHOLD ? RSSI_OFFSET_LF_PORT : RSSI_OFFSET_HF_PORT)); |
| 296 | } |
| 297 | |
| 298 | size_t LoRaClass::write(uint8_t byte) |
| 299 | { |
nothing calls this directly
no outgoing calls
no test coverage detected