Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ read
Method
read
libraries/rain/rain.cpp:58–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
58
float RAIN::read(uint8_t times)
59
{
60
_previous = _voltage;
61
_voltage = raw(times) * _mVstep;
62
return _voltage;
63
}
64
65
66
//////////////////////////////////////////////////////////////////
Callers
2
_read8
Method · 0.45
_read8
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected