Compilation of any sketch that includes one of the library files fails: ``` Missing 'name' from library in E:\arduino\libraries\STC3115-Arduino ``` due to missing required fields from library.properties. To fix this you must either add the missing fields according to the specification: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format or change the library to 1.0 format by moving the source files from the src folder to the root of the repository and removing the library.properties file.
Compilation of any sketch that includes one of the library files fails:
due to missing required fields from library.properties. To fix this you must either add the missing fields according to the specification:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format
or change the library to 1.0 format by moving the source files from the src folder to the root of the repository and removing the library.properties file.