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

Method setPins

Code/Arduino_libraries/LoRa/LoRa.cpp:651–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651void LoRaClass::setPins(int ss, int reset, int dio0)
652{
653 _ss = ss;
654 _reset = reset;
655 _dio0 = dio0;
656}
657
658void LoRaClass::setSPI(SPIClass& spi)
659{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected