|
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 | +======================= |
3 | 5 | [](https://github.com/arduino-libraries/Arduino_BMI270_BMM150/actions/workflows/compile-examples.yml) |
4 | 6 | [](https://github.com/arduino-libraries/Arduino_BMI270_BMM150/actions/workflows/spell-check.yml) |
5 | 7 | [](https://github.com/arduino-libraries/Arduino_BMI270_BMM150/actions/workflows/sync-labels.yml) |
6 | 8 | [](https://github.com/arduino-libraries/Arduino_BMI270_BMM150/actions?workflow=Arduino+Lint) |
7 | 9 |
|
8 | 10 | Allows you to read the accelerometer, magnetometer and gyroscope values from the combo BMI270+BMM150 IMU on your Arduino Nano 33 BLE Sense Rev2. |
9 | 11 |
|
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 |
11 | 39 |
|
12 | 40 | Copyright (c) 2022 Arduino SA. All rights reserved. |
13 | 41 |
|
|
0 commit comments