Skip to content

Commit eb8163f

Browse files
committed
updated
1 parent 51e7f35 commit eb8163f

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

README.md

+34-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1-
This folder contains some Arduino libraries and some code samples.
1+
# Arduino libraries
2+
3+
### Introduction
4+
This repository contains several Arduino libraries I have written to be used in applications.
5+
Most of them include example code how the libraries can be used.
6+
Furthermore this repository contains a few stand alone applications.
7+
8+
### Questions
9+
For questions about the usage of the libraries, please post a question on the Arduino
10+
forum at http://forum.arduino.cc/
11+
12+
### Bugs and issues
13+
For bugs in the libraries, please fill in an issue in Github as that makes it
14+
far easier to track them. If possible provide a minimal code snippet that exposes
15+
the bug. Also proposals for solutions are welcome.
16+
17+
Issues are not bugs but still possible problematic. E.g. if a library is too slow
18+
for your application that is an issue, not a bug. Please fill in an issue and provide
19+
as much details about your requirements.
20+
21+
### Improvements and changes
22+
For improvements and changes, please provide a pull request. I will try to follow up on them
23+
asap but it can take quite some time. Please try to be generic in your improvements and try to
24+
see "over the needs of your own application".
25+
26+
### License and Warranty
27+
I appreciate if you give credits when appropriate, and if you want to donate, please
28+
donate to charity like "doctors without borders".
29+
30+
Please check the file LICENSE.md for the details.
31+
32+
33+
Regards,
34+
Rob
235

3-
For questions - check [Arduino's forum](http://forum.arduino.cc/)

0 commit comments

Comments
 (0)