Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ ping
Method
ping
libraries/I2C_SCANNER/I2C_SCANNER.cpp:136–139 ·
view source on GitHub ↗
SCANNING
Source
from the content-addressed store, hash-verified
134
// SCANNING
135
//
136
bool I2C_SCANNER::ping(uint8_t address)
137
{
138
return diag(address) == 0;
139
}
140
141
142
int I2C_SCANNER::diag(uint8_t address)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36