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

Method read

Code/Arduino_libraries/LoRa/LoRa.cpp:328–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328int LoRaClass::read()
329{
330 if (!available()) {
331 return -1;
332 }
333
334 _packetIndex++;
335
336 return readRegister(REG_FIFO);
337}
338
339int LoRaClass::peek()
340{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected