Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ errorCount
Method
errorCount
libraries/I2C_ASDX/I2C_ASDX.h:98–98 ·
view source on GitHub ↗
# errors since last good read
Source
from the content-addressed store, hash-verified
96
97
// # errors since last good read
98
uint16_t errorCount() { return _errorCount; };
99
// timestamp of last good read
100
uint32_t lastRead() { return _lastRead; };
101
// get the last state
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64