Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ isConnected
Method
isConnected
libraries/Max44009/max44009.cpp:63–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
62
63
bool Max44009::isConnected()
64
{
65
_wire->beginTransmission(_address);
66
_error = _wire->endTransmission();
67
return (_error == 0);
68
}
69
70
71
float Max44009::getLux(void)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36