Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ isConnected
Method
isConnected
libraries/ADT7470/ADT7470.cpp:96–99 ·
view source on GitHub ↗
GENERIC
Source
from the content-addressed store, hash-verified
94
// GENERIC
95
//
96
boolean ADT7470::isConnected()
97
{
98
return ((getDeviceID() == 0x70) && (getCompanyID() == 0x41));
99
}
100
101
102
uint8_t ADT7470::getRevision()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36