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