MCPcopy Create free account
hub / github.com/LSatan/SmartRC-CC1101-Driver-Lib / SpiStrobe

Method SpiStrobe

SmartRC_CC1101.cpp:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void SmartRC_CC1101::SpiStrobe(byte strobe) {
101 SpiStart();
102 if (WaitMiso()) {
103 SPI.transfer(strobe);
104 }
105 SpiEnd();
106}
107
108void SmartRC_CC1101::SpiWriteBurstReg(byte addr, byte *buffer, byte num) {
109 SpiStart();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected