Collin J. Doering
62eb6bdc82
Move current UART echo program that was being used to test the library into an exmaples folder. Also ready another example 'digital_thermometer'. All examples will have unique Makefiles and lcdLibConfig.h's but use symbolic links to the libraries to limit repetition. Included the boilerplate for a README as well as a GPLv3 LICENSE file. Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
27 lines
577 B
Markdown
27 lines
577 B
Markdown
# Flexible character LCD library for AVR Microcontrollers
|
|
|
|
* [Features](#features)
|
|
* [Tools](#tools)
|
|
* [License](#license)
|
|
* [Building](#building)
|
|
* [Issues](#issues)
|
|
* [Road Map](#road-map)
|
|
|
|
## Features <a name="features"></a>
|
|
|
|
## Tools <a name="tools"></a>
|
|
|
|
## License <a name="license"></a>
|
|
|
|
Code licensed under ([GPLv3][]. Please see the LICENSE file for full details.
|
|
|
|
## Building <a name="building"></a>
|
|
|
|
## Issues <a name="issues"></a>
|
|
|
|
## Road Map <a name="road-map"></a>
|
|
|
|
|
|
[Gnu Emacs]: http://www.gnu.org/software/emacs/
|
|
[GPLv3]: https://www.gnu.org/licenses/gpl.html
|