Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
//
48
uint8_t I2C_SCANNER::getWirePortCount()
49
{
50
return _wirePortCount;
51
}
52
53
54
bool I2C_SCANNER::setWire(TwoWire *wire)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64