MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / setWire

Method setWire

libraries/I2C_SCANNER/I2C_SCANNER.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54bool I2C_SCANNER::setWire(TwoWire *wire)
55{
56 _wire = wire;
57 return true;
58}
59
60
61// 0 == Wire, 1 = Wire1 etc.

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64