MCPcopy Create free account
hub / github.com/cifertech/nRFBox / powerDown

Function powerDown

nRFBox/scanner.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void powerDown(void)
62{
63 setRegister(_NRF24_CONFIG,getRegister(_NRF24_CONFIG)&~0x02);
64}
65
66void enable(void)
67{

Callers

nothing calls this directly

Calls 2

setRegisterFunction · 0.70
getRegisterFunction · 0.70

Tested by

no test coverage detected