MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / reset

Method reset

libraries/ML8511/ML8511.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34void ML8511::reset()
35{
36 _voltsPerStep = 5.0/1023;
37 _DUVfactor = 1.61; // https://github.com/RobTillaart/ML8511/issues/4
38}
39
40
41float ML8511::getUV(uint8_t energyMode)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36