Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ isConnected
Method
isConnected
libraries/AS5600/AS5600.cpp:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
95
96
bool AS5600::isConnected()
97
{
98
_wire->beginTransmission(_address);
99
return ( _wire->endTransmission() == 0);
100
}
101
102
103
uint8_t AS5600::getAddress()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36