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

Method init

libraries/TM1637_RT/TM1637.cpp:74–77  ·  view source on GitHub ↗

wrapper, will become obsolete 0.4.0.

Source from the content-addressed store, hash-verified

72
73// wrapper, will become obsolete 0.4.0.
74void TM1637::init(uint8_t clockPin, uint8_t dataPin, uint8_t digits)
75{
76 begin(clockPin, dataPin, digits);
77}
78
79
80void TM1637::begin(uint8_t clockPin, uint8_t dataPin, uint8_t digits)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36