All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Updated to comply with the Arduio 1.5 standard directory structure. Library Manager FAQ · arduino_Arduino Wiki.
Library can now be installed From the Arduino IDO, by going to File > XX
- Initial
README.md
file, for GitHub and user documentation. library.projects
file now allows the project repo (on GitHub) to be scanned by Arduino, and automatically added to the Library Manager.- Added version number (in
library.projects
file), and theCHANGELOG.md
(this file)
- Directory structure is now compatible with the latest Library specification - Arduino CLI (rev.2.2).
- Source files (
.h
and.cpp
) are now in the/src
directory
Initial code release.
- Initial commit of the code.
- Added Apache 2.0 License