MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / setPowerDown

Method setPowerDown

libraries/DAC8550/DAC8550.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104void DAC8550::setPowerDown(uint8_t powerDownMode)
105{
106 _register = powerDownMode;
107 updateDevice();
108}
109
110
111uint8_t DAC8550::getPowerDownMode()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36