bremme / arduino-tm1637

Arduino library for using a 4 digit seven segment display with TM1636 or TM1637 driver IC
GNU General Public License v2.0
164 stars 62 forks source link

Fix compiler warnings #40

Closed berendkleinhaneveld closed 4 years ago

berendkleinhaneveld commented 4 years ago

Thanks for making this library! Especially the scrolling text is awesome :D I noticed some compiler warnings while building a project with platformio, so here are some fixes. Hope you like them!

bremme commented 4 years ago

Sorry for my late reply. Thanks a lot for you fixes, all look good to me. Will merge your PR now.