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