MCPcopy Create free account
hub / github.com/LowPowerLab/SPIFlash / wakeup

Method wakeup

SPIFlash.cpp:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void SPIFlash::wakeup() {
301 command(SPIFLASH_WAKE);
302 unselect();
303}
304
305/// cleanup
306void SPIFlash::end() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected