Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ readPrevious
Method
readPrevious
libraries/AnalogPin/AnalogPin.h:44–44 ·
view source on GitHub ↗
expose internal data as that might be useful.
Source
from the content-addressed store, hash-verified
42
43
// expose internal data as that might be useful.
44
inline int readPrevious(void) const { return _prevValue; }
45
inline int readLast(void) const { return _value; }
46
47
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64