Skip to content

Commit 85bf622

Browse files
authored
Clean-up README as per default Arduino library README requirements. (#18)
1 parent 1ddca88 commit 85bf622

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

README.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,41 @@
1-
Combined Bosch BMI270 and BMM150 Library for Arduino
2-
====================================================
1+
<img src="https://content.arduino.cc/website/Arduino_logo_teal.svg" height="100" align="right" />
2+
3+
`Arduino_BMI270_BMM150`
4+
=======================
35
[![Compile Examples status](https://github.com/arduino-libraries/Arduino_BMI270_BMM150/actions/workflows/compile-examples.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_BMI270_BMM150/actions/workflows/compile-examples.yml)
46
[![Spell Check](https://github.com/arduino-libraries/Arduino_BMI270_BMM150/actions/workflows/spell-check.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_BMI270_BMM150/actions/workflows/spell-check.yml)
57
[![Sync Labels status](https://github.com/arduino-libraries/Arduino_BMI270_BMM150/actions/workflows/sync-labels.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_BMI270_BMM150/actions/workflows/sync-labels.yml)
68
[![Arduino Lint](https://github.com/arduino-libraries/Arduino_BMI270_BMM150/workflows/Arduino%20Lint/badge.svg)](https://github.com/arduino-libraries/Arduino_BMI270_BMM150/actions?workflow=Arduino+Lint)
79

810
Allows you to read the accelerometer, magnetometer and gyroscope values from the combo BMI270+BMM150 IMU on your Arduino Nano 33 BLE Sense Rev2.
911

10-
### License
12+
## :mag_right: Resources
13+
14+
* [How to install a library](https://www.arduino.cc/en/guide/libraries)
15+
* [Help Center](https://support.arduino.cc/)
16+
* [Forum](https://forum.arduino.cc)
17+
18+
## :bug: Bugs & Issues
19+
20+
If you want to report an issue with this library, you can submit it to the [issue tracker](https://github.com/arduino-libraries/Arduino_Braccio_plusplus/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.
21+
22+
## :technologist: Development
23+
24+
There are many ways to contribute:
25+
26+
* Improve documentation and examples
27+
* Fix a bug
28+
* Test open Pull Requests
29+
* Implement a new feature
30+
* Discuss potential ways to improve this library
31+
32+
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.
33+
34+
## :yellow_heart: Donations
35+
36+
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.
37+
38+
## License
1139

1240
Copyright (c) 2022 Arduino SA. All rights reserved.
1341

0 commit comments

Comments
 (0)