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

Method setSPI

Code/Arduino_libraries/LoRa/LoRa.cpp:658–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658void LoRaClass::setSPI(SPIClass& spi)
659{
660 _spi = &spi;
661}
662
663void LoRaClass::setSPIFrequency(uint32_t frequency)
664{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected