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

Method writeRegister

Code/Arduino_libraries/LoRa/LoRa.cpp:728–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728void LoRaClass::writeRegister(uint8_t address, uint8_t value)
729{
730 singleTransfer(address | 0x80, value);
731}
732
733uint8_t LoRaClass::singleTransfer(uint8_t address, uint8_t value)
734{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected