GY-63_MS5611/README.md

61 lines
2.0 KiB
Markdown
Raw Normal View History

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
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.
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
2020-05-17 04:47:04 -04:00
**Please check if the library has its own repo first and fill an issue there**
2021-01-29 06:31:58 -05:00
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 the bug.
Add information about platform used and version etc.
Also proposals for solutions are welcome.
Other issues are not directly bugs but still problematic.
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
For improvements and changes, please provide a pull request.
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".
There is no guarantee that pull requests will be honored.
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.
Regards,
Rob
2011-10-09 16:09:36 -04:00