MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / begin

Method begin

libraries/ADT7470/ADT7470.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79#if defined (ESP8266) || defined(ESP32)
80void ADT7470::begin(uint8_t sda, uint8_t scl)
81{
82 Wire.begin(sda, scl);
83}
84#endif
85
86

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36