Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setValue
Method
setValue
libraries/DAC8550/DAC8550.cpp:90–94 ·
view source on GitHub ↗
value = 0..65535
Source
from the content-addressed store, hash-verified
88
89
// value = 0..65535
90
void DAC8550::setValue(uint16_t value)
91
{
92
_value = value;
93
updateDevice();
94
}
95
96
97
// returns 0..65535
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36