avishorp / TM1637

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

Including wrong header file when using Library Manager for Arduino #54

Closed nefingar closed 5 years ago

nefingar commented 5 years ago

I encountered a little error while importing the library using the default Arduino Library Manager. If you install and include the library it said "#include " but the header file is called TM1637Display.h

It can be fixed by editing the library.properties file and change the line "includes=TM1637.h" with "includes=TM1637Display.h"

After that reopen the Arduino Project and include the library again, and it will call the correct header file.

avishorp commented 5 years ago

Thank you for reporting. Fixed.