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

Method getPowerDownMode

libraries/DAC8550/DAC8550.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36