MCPcopy Create free account
hub / github.com/PricelessToolkit/MailBoxGuard / available

Method available

Code/Arduino_libraries/LoRa/LoRa.cpp:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323int LoRaClass::available()
324{
325 return (readRegister(REG_RX_NB_BYTES) - _packetIndex);
326}
327
328int LoRaClass::read()
329{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected