update readme.md

This commit is contained in:
rob tillaart 2020-05-17 10:47:04 +02:00
parent 0c3a354026
commit aac4dba68b

View File

@ -5,11 +5,17 @@ This repository contains several Arduino libraries I have written to be used in
Most of them include example code how the libraries can be used. Most of them include example code how the libraries can be used.
Furthermore this repository contains a few stand alone applications. Furthermore this repository contains a few stand alone applications.
**NOTE** these libraries will all get their own repo, so this repository
does not have the latest version of all libs anymore. That said I will update
this bulk repo on request or if time permit.
### Questions ### Questions
For questions about the usage of the libraries, please post a question on the Arduino For questions about the usage of the libraries, please post a question on the Arduino
forum at http://forum.arduino.cc/ forum at http://forum.arduino.cc/
### Bugs and issues ### Bugs and issues
**Please check if the library has its own repo first and fill an issue there**
For bugs in the libraries, please fill in an issue in Github as that makes it For bugs in the libraries, please fill in an issue in Github as that makes it
far easier to track them. If possible provide a minimal code snippet that exposes far easier to track them. If possible provide a minimal code snippet that exposes
the bug. Also proposals for solutions are welcome. the bug. Also proposals for solutions are welcome.