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

Method begin

libraries/TCA9555/TCA9555.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33#if defined(ESP8266) || defined(ESP32)
34bool TCA9555::begin(const uint8_t dataPin, const uint8_t clockPin)
35{
36 _wire = &Wire;
37 _wire->begin(dataPin, clockPin);
38 if (! isConnected()) return false;
39 return true;
40}
41#endif
42
43

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36