Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getPowerDownMode
Method
getPowerDownMode
libraries/DAC8554/DAC8554.cpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
190
191
uint8_t DAC8554::getPowerDownMode(uint8_t channel)
192
{
193
return _register[channel]; // slightly different than DAC8552 rrrrrr
194
}
195
196
197
//////////////////////////////////////////////////////////////////////
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36