Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ readLast
Method
readLast
libraries/AnalogPin/AnalogPin.h:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
48
private:
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64