Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getDUVfactor
Method
getDUVfactor
libraries/ML8511/ML8511.cpp:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
98
99
float ML8511::getDUVfactor()
100
{
101
return _DUVfactor;
102
};
103
104
105
void ML8511::setVoltsPerStep(float voltage, uint32_t steps)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64