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

Method getPowerDownMode

libraries/DAC8552/DAC8552.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136
137uint8_t DAC8552::getPowerDownMode(uint8_t channel)
138{
139 return _register[channel] & 0x03;
140}
141
142
143void DAC8552::setSPIspeed(uint32_t speed)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36