MCPcopy 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//
96boolean ADT7470::isConnected()
97{
98 return ((getDeviceID() == 0x70) && (getCompanyID() == 0x41));
99}
100
101
102uint8_t ADT7470::getRevision()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36