2016-07-01 01:32:20 +00:00
# File Descriptions
2020-06-18 21:37:33 +00:00
Documentation for files contained in this repository that aren't self explanatory.
2016-07-01 01:32:20 +00:00
### /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 ).
2021-06-25 23:13:05 +00:00
The value of *version* must be set to the latest stable tagged release. This should be changed and committed just before tagging the new release.
2016-07-01 01:32:20 +00:00
2020-06-30 23:06:58 +00:00
See the [Arduino IDE 1.5: Library specification ](https://arduino.github.io/arduino-cli/library-specification/ ) for details.
2016-07-01 01:32:20 +00:00
### /library.json
2020-06-30 23:06:58 +00:00
This JSON file is a manifest used by the [PlatformIO IDE ](https://platformio.org/ ) to make this library available in its [Library Manager ](https://docs.platformio.org/en/latest/librarymanager/index.html ).
2016-07-01 01:32:20 +00:00
2021-06-25 23:13:05 +00:00
The value of *version* must be set to the latest stable tagged release. This should be changed and committed just before tagging the new release.
2016-07-01 01:32:20 +00:00
2020-06-30 23:06:58 +00:00
See the [PlatformIO library.json ](https://docs.platformio.org/en/latest/librarymanager/config.html ) documentation for details.
2016-07-01 01:32:20 +00:00
### /extras/assets/arduboy_logo.png<br>/extras/assets/arduboy_screen.png
Templates used to create the ARDUBOY logo used in the *bootLogo()* function.
----------