Skip to content

Commit

Permalink
Add library.properties metadata file
Browse files Browse the repository at this point in the history
Libraries in the Arduino Library 1.5 format (source files under the src subfolder) are required to have a library.properties file in the root folder. If this file is not present the library is not recognized by the Arduino IDE.

This file is also required for inclusion in the Arduino Library Manager index.

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#library-metadata
  • Loading branch information
per1234 committed Jul 13, 2018
1 parent 6f3b3ee commit 0eeb304
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name=ConfigDB
version=1.0
author=Hector Oliveros
maintainer=Hector Oliveros
sentence=A fast way to store configurations data in the fake EEPROM memory (NodeMCU / esp8266 12e).
paragraph=Saving data structures in the EEPROM can be complicated. This library was created with the purpose of facilitating the saving of configurations in the EEPROM memory.
category=Other
url=https://github.com/Eitol/ConfigDB
architectures=esp8266
includes=configdb.h

0 comments on commit 0eeb304

Please sign in to comment.