23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
|
# File Descriptions
|
||
|
|
||
|
Documentation for files contained in this repository which aren't self explanatory.
|
||
|
|
||
|
### /library.properties
|
||
|
|
||
|
Provides information so that this library can be installed and updated in the Arduino IDE using the [Library Manager](https://www.arduino.cc/en/Guide/Libraries#toc3).
|
||
|
|
||
|
The value of *version* must be set to the latest stable tagged release. This should be changed and commited just before tagging the new release.
|
||
|
|
||
|
See the [Arduino IDE 1.5: Library specification](https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification) for details.
|
||
|
|
||
|
### /library.json
|
||
|
|
||
|
This JSON file is a manifest used by the [PlatformIO IDE](http://platformio.org/) to make this library available in its [Library Manager](http://docs.platformio.org/en/latest/librarymanager/index.html).
|
||
|
|
||
|
The value of *version* must be set to the latest stable tagged release. This should be changed and commited just before tagging the new release.
|
||
|
|
||
|
See the [PlatformIO library.json](http://docs.platformio.org/en/latest/librarymanager/config.html) documentation for details.
|
||
|
|
||
|
----------
|
||
|
|