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 "bouchingBall" keyword #52

Open schumar opened 3 years ago

schumar commented 3 years ago

complete 6f4f084

srenkens commented 3 years ago

Hi, I ran into this one myself. PlatformIO refused to compile because of this mismatch between the .h and the .cpp file. It would be nice if this PR got merged. Thanks for the library!

schumar commented 3 years ago

Hi @srenkens, your issue has already been fixed with 6f4f084, so you just need to check out the library directly from github (on the project page, click the green "Code" button, then "Download ZIP", and unpack it wherever PlatformIO is looking for its libraries).

This PR only ensures that the Arduino IDE (and maybe PlatformIO, don't know) shows the word bouncingBall in the correct color when syntax-highlighting.