jasonacox / TM1637TinyDisplay

Arduino library to display numbers and text on a 4 and 6 digit 7-segment TM1637 display modules.
GNU Lesser General Public License v3.0
71 stars 19 forks source link

fix for implicit fallthrough and signed/unsigned comparison warnings #7

Closed nerdralph closed 3 years ago

nerdralph commented 3 years ago

The ATtiny85 demo now compiles without any warnings.