|
1 | 1 | <div align="center"> |
2 | 2 |
|
| 3 | +<a href="https://github.com/Intelligent-Vehicle-Perception/MPU-9250-Sensors-Data-Collect"> |
3 | 4 | <img |
4 | 5 | src="https://gloimg.gbtcdn.com/soa/gb/2015/201509/goods_img_big-v1/1442961797146-P-3106869.jpg" |
5 | 6 | alt="MPU-9250" |
6 | 7 | height="150" |
7 | 8 | align="center" |
8 | 9 | /> |
| 10 | +</a> |
9 | 11 |
|
10 | 12 | </div> |
11 | 13 |
|
12 | 14 | <br /> |
13 | 15 |
|
14 | | -[](LICENSE) |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
19 | | -[](https://pypi.org/project/mpu9250_jmdev) |
| 16 | +<div align="center"> |
| 17 | + |
| 18 | +[](https://github.com/Intelligent-Vehicle-Perception/MPU-9250-Sensors-Data-Collect) |
| 19 | +[](https://github.com/Intelligent-Vehicle-Perception/MPU-9250-Sensors-Data-Collect) |
| 20 | +[](LICENSE) |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | +[](https://github.com/Intelligent-Vehicle-Perception/MPU-9250-Sensors-Data-Collect/issues) |
| 26 | +[](https://github.com/Intelligent-Vehicle-Perception/MPU-9250-Sensors-Data-Collect/network/members) |
| 27 | +[](https://github.com/Intelligent-Vehicle-Perception/MPU-9250-Sensors-Data-Collect/stargazers) |
| 28 | +[](https://github.com/Intelligent-Vehicle-Perception/MPU-9250-Sensors-Data-Collect/watchers) |
| 29 | +[](https://github.com/Intelligent-Vehicle-Perception/MPU-9250-Sensors-Data-Collect/graphs/contributors/) |
| 30 | +[](https://github.com/Intelligent-Vehicle-Perception/MPU-9250-Sensors-Data-Collect) |
| 31 | +[](https://pypi.org/project/mpu9250_jmdev) |
| 32 | + |
| 33 | +</div> |
20 | 34 |
|
21 | 35 | # MPU-9250 (MPU-6500 + AK8963) I2C Driver in Python |
22 | 36 |
|
@@ -58,7 +72,7 @@ pip install -r requirements.txt |
58 | 72 |
|
59 | 73 | > :warning: If you get zero values and the message **Using Fake SMBus**, the **smbus2** requirement has not been installed correctly. Try installing manually with the command ```pip install -r requirements.txt``` or ```python -mpip install smbus2```. |
60 | 74 |
|
61 | | -> :exclamation: Any other problem or questions, **open an issue in this repository, do not send me an e-mail!** |
| 75 | +> :exclamation: Any other problem or questions, **open an issue in this repository [clicking here](https://github.com/Intelligent-Vehicle-Perception/MPU-9250-Sensors-Data-Collect/issues), do not send me an e-mail!** |
62 | 76 |
|
63 | 77 | ## How To Use |
64 | 78 |
|
|
0 commit comments