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

Method configure

libraries/Max44009/max44009.cpp:49–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49void Max44009::configure(const uint8_t address, TwoWire *wire, const Boolean begin)
50{
51 _address = address;
52 _data = 0;
53 _error = MAX44009_OK;
54 _wire = wire;
55
56 if (begin == Boolean::True)
57 {
58 _wire->begin();
59 }
60}
61
62
63bool Max44009::isConnected()

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected