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

Method getPowerDownMode

libraries/DAC8551/DAC8551.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111
112uint8_t DAC8551::getPowerDownMode()
113{
114 return _register & 0x03;
115}
116
117
118void DAC8551::setSPIspeed(uint32_t speed)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36