Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getValue
Method
getValue
libraries/DAC8551/DAC8551.cpp:99–102 ·
view source on GitHub ↗
returns 0..65535
Source
from the content-addressed store, hash-verified
97
98
// returns 0..65535
99
uint16_t DAC8551::getValue()
100
{
101
return _value;
102
}
103
104
105
void DAC8551::setPowerDown(uint8_t powerDownMode)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36