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