arduino-tm1637 icon indicating copy to clipboard operation
arduino-tm1637 copied to clipboard

Fix "bouchingBall" keyword

Open schumar opened this issue 3 years ago • 2 comments

complete 6f4f084

schumar avatar Jun 08 '21 17:06 schumar

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!

srenkens avatar Jun 30 '21 12:06 srenkens

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.

schumar avatar Jul 02 '21 05:07 schumar