Skip to content

Commit 0d5a3e6

Browse files
committed
Provide a minimal README following Arduino style guide.
1 parent 24bfe4f commit 0d5a3e6

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<img src="https://content.arduino.cc/website/Arduino_logo_teal.svg" height="100" align="right" />
2+
3+
`Braccio++`
4+
===========
5+
6+
This library allows you to control and interact with the 6 DOF Braccio++ robot arm.
7+
8+
## :mag_right: Resources
9+
10+
* [How to install a library](https://www.arduino.cc/en/guide/libraries)
11+
* [Help Center](https://support.arduino.cc/)
12+
* [Forum](https://forum.arduino.cc)
13+
14+
## :bug: Bugs & Issues
15+
16+
If you want to report an issue with this library, you can submit it to the [issue tracker](issues) of this repository. Remember to include as much detail as you can about your hardware set-up, code and steps for reproducing the issue. Make sure you're using an original Arduino board.
17+
18+
## :technologist: Development
19+
20+
There are many ways to contribute:
21+
22+
* Improve documentation and examples
23+
* Fix a bug
24+
* Test open Pull Requests
25+
* Implement a new feature
26+
* Discuss potential ways to improve this library
27+
28+
You can submit your patches directly to this repository as Pull Requests. Please provide a detailed description of the problem you're trying to solve and make sure you test on real hardware.
29+
30+
## :yellow_heart: Donations
31+
32+
This open-source code is maintained by Arduino with the help of the community. We invest a considerable amount of time in testing code, optimizing it and introducing new features. Please consider [donating](https://www.arduino.cc/en/donate/) or [sponsoring](https://github.com/sponsors/arduino) to support our work, as well as [buying original Arduino boards](https://store.arduino.cc/) which is the best way to make sure our effort can continue in the long term.

0 commit comments

Comments
 (0)