MCPcopy 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//
136bool I2C_SCANNER::ping(uint8_t address)
137{
138 return diag(address) == 0;
139}
140
141
142int I2C_SCANNER::diag(uint8_t address)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36