MicroPython Driver for the Bosch BMI270 Accelerometer/Gyro Sensor.
This project was initially written by jposada202020 and is licensed under the MIT License.
I did only some minor changes to the examples to get it working on the Infineon PSOC6 AI Eval Kit using Infineon's PSOC6 MicroPython port.
To install directly using a Wi-Fi capable board:
import mip
mip.install("github:ederjc/micropython_bmi270")
Alternatively, use a tool of your choice to upload the folder micropython_bmi270 to the file system of your board.
Take a look at the examples directory.
API documentation for this library can be found on Read the Docs.