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

Method readRegister

Code/Arduino_libraries/LoRa/LoRa.cpp:723–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723uint8_t LoRaClass::readRegister(uint8_t address)
724{
725 return singleTransfer(address & 0x7f, 0x00);
726}
727
728void LoRaClass::writeRegister(uint8_t address, uint8_t value)
729{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected