avishorp / TM1637

Arduino library for TM1637 (LED Driver)
GNU Lesser General Public License v3.0
428 stars 218 forks source link

changing bitDelay to 5μs. #27

Closed MikaelBertze closed 6 years ago

MikaelBertze commented 6 years ago

The previous 50μs bitDelay is unnecessary high. I found 5μs to work well, and I've seen this value beeing used in other example code for the TM1637.

avishorp commented 6 years ago

There are some modules out there that apparently have very weak pull-up, so the large delay is necessary.