avishorp / TM1637

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

showNumberDec header comment is wrong #14

Closed gcp closed 8 years ago

gcp commented 8 years ago

//! @param pos The position least significant digit (0 - leftmost, 3 - rightmost)

It's actually the most significant digit.

avishorp commented 8 years ago

Fixed, thanks!