2022-11-02 04:08:29 -04:00
|
|
|
|
|
|
|
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/Arduino/blob/master/LICENSE)
|
|
|
|
[![GitHub release](https://img.shields.io/github/release/RobTillaart/Arduino.svg?maxAge=3600)](https://github.com/RobTillaart/Arduino/releases)
|
|
|
|
|
2017-12-12 07:17:55 -05:00
|
|
|
# Arduino libraries
|
|
|
|
|
2021-01-29 06:31:58 -05:00
|
|
|
**NOTE** these libraries all have their own repo under https://github.com/RobTillaart?tab=repositories
|
|
|
|
|
2023-08-24 15:18:24 -04:00
|
|
|
So this repository does not have the latest version of all libs any more.
|
|
|
|
That said I will update this bulk repo on request and if time permit.
|
2020-11-27 05:10:47 -05:00
|
|
|
|
|
|
|
|
2017-12-12 07:17:55 -05:00
|
|
|
### Introduction
|
2021-01-29 06:31:58 -05:00
|
|
|
|
2017-12-12 07:17:55 -05:00
|
|
|
This repository contains several Arduino libraries I have written to be used in applications.
|
|
|
|
Most of them include example code how the libraries can be used.
|
|
|
|
Furthermore this repository contains a few stand alone applications.
|
|
|
|
|
2020-05-17 04:47:04 -04:00
|
|
|
|
2017-12-12 07:17:55 -05:00
|
|
|
### Questions
|
2021-01-29 06:31:58 -05:00
|
|
|
|
2017-12-12 07:17:55 -05:00
|
|
|
For questions about the usage of the libraries, please post a question on the Arduino
|
|
|
|
forum at http://forum.arduino.cc/
|
|
|
|
|
2021-01-29 06:31:58 -05:00
|
|
|
|
2017-12-12 07:17:55 -05:00
|
|
|
### Bugs and issues
|
2021-01-29 06:31:58 -05:00
|
|
|
|
2023-08-24 15:18:24 -04:00
|
|
|
**Please check if the library has its own repo first and fill an issue there.**
|
2020-05-17 04:47:04 -04:00
|
|
|
|
2023-08-24 15:18:24 -04:00
|
|
|
For bugs in the libraries, please fill in an issue in GitHub as that makes it far
|
|
|
|
easier for me to track them.
|
|
|
|
If possible provide a minimal code snippet that exposes the bug or problem.
|
2021-01-29 06:31:58 -05:00
|
|
|
Add information about platform used and version etc.
|
|
|
|
Also proposals for solutions are welcome.
|
|
|
|
|
2023-08-24 15:18:24 -04:00
|
|
|
Other issues are not directly bugs but can still be problematic.
|
2021-01-29 06:31:58 -05:00
|
|
|
E.g. if a library is too slow for your application that is an serious issue, not a bug.
|
|
|
|
Please fill in an issue and provide as much details about your requirements.
|
|
|
|
Maybe I can help to fix it.
|
2017-12-12 07:17:55 -05:00
|
|
|
|
|
|
|
|
|
|
|
### Improvements and changes
|
2021-01-29 06:31:58 -05:00
|
|
|
|
2023-08-24 15:18:24 -04:00
|
|
|
**Please check if the library has its own repo first and create a PR there.**
|
|
|
|
|
|
|
|
For improvements and changes, please provide a Pull Request (in the right repo).
|
2021-01-29 06:31:58 -05:00
|
|
|
I will try to follow up on them asap but it can take quite some time.
|
|
|
|
Please try to be generic in your improvements and try to see "over the needs of your own application".
|
|
|
|
|
2023-08-24 15:18:24 -04:00
|
|
|
There is no guarantee that Pull Requests will be honoured.
|
2021-01-29 06:31:58 -05:00
|
|
|
In such case feel free to start your own modified library from a fork.
|
|
|
|
|
2017-12-12 07:17:55 -05:00
|
|
|
|
|
|
|
### License and Warranty
|
2021-01-29 06:31:58 -05:00
|
|
|
|
|
|
|
I appreciate if you give credits when appropriate.
|
2017-12-12 07:17:55 -05:00
|
|
|
|
|
|
|
Please check the file LICENSE.md for the details.
|
|
|
|
|
|
|
|
|
2023-08-24 15:18:24 -04:00
|
|
|
### Support
|
|
|
|
|
|
|
|
If you appreciate my libraries, you can support the development and maintenance.
|
|
|
|
Improve the quality of the libraries by providing issues and Pull Requests, or
|
|
|
|
donate through PayPal or GitHub sponsors.
|
|
|
|
|
|
|
|
Thank you,
|
|
|
|
|
2017-12-12 07:17:55 -05:00
|
|
|
Regards,
|
|
|
|
Rob
|
2011-10-09 16:09:36 -04:00
|
|
|
|