Skip to content

Conversation

@facchinm
Copy link

* Needs arduino-libraries/Arduino_BMI270_BMM150#56 to properly handle BMI270 in FIFO mode * The user should define NANO33_BLE_REV2 as early as possible to include the proper libraries (fixed the examples) * `while (IMU.accelerationAvailable())` replaced with `if (IMU.accelerationAvailable())`, shouldn't change anything in existing code since Arduino_LSM9DS1 was always returing only one sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant