MCPcopy 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
99float ML8511::getDUVfactor()
100{
101 return _DUVfactor;
102};
103
104
105void ML8511::setVoltsPerStep(float voltage, uint32_t steps)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64