Missing 'name' from library - SOLVED - library.properties was NOT UTF-8
i have tried create library following https://www.arduino.cc/en/hacking/librarytutorial , library names in directory deemed compiler invalid missing 'name'.
currently library nothing morse library tutorial hacked different names. able load before go further.
my library sits in arduino/library directory has cpp , h file , library.properties file
mybuttons.ino test program compiles , runs without error
when lib referenced with
#include <btnlib.h>
i compiler error
invalid library found in c:\program files (x86)\arduino\libraries\btnlib: missing 'name' library
currently library nothing morse library tutorial hacked different names. able load before go further.
my library sits in arduino/library directory has cpp , h file , library.properties file
mybuttons.ino test program compiles , runs without error
when lib referenced with
#include <btnlib.h>
i compiler error
invalid library found in c:\program files (x86)\arduino\libraries\btnlib: missing 'name' library
the problem encoding settings of text editor used on library.properties file. it's in utf-8-bom encoding causes warning. need change utf-8. if that's not possible editor you're using need find editor suitable programming.
Arduino Forum > Using Arduino > Programming Questions > Missing 'name' from library - SOLVED - library.properties was NOT UTF-8
arduino
Comments
Post a Comment