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

Method getWirePortCount

libraries/I2C_SCANNER/I2C_SCANNER.cpp:48–51  ·  view source on GitHub ↗

I2C PORT

Source from the content-addressed store, hash-verified

46// I2C PORT
47//
48uint8_t I2C_SCANNER::getWirePortCount()
49{
50 return _wirePortCount;
51}
52
53
54bool I2C_SCANNER::setWire(TwoWire *wire)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64