Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
uint8_t DAC8552::getPowerDownMode(uint8_t channel)
138
{
139
return _register[channel] & 0x03;
140
}
141
142
143
void DAC8552::setSPIspeed(uint32_t speed)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36