-
Notifications
You must be signed in to change notification settings - Fork 20
Fixes for ESP32 boards #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Memory usage change @ ff237b5
Click for full report table
Click for full report CSV |
| myIMU.onInterrupt(print_data); | ||
| myIMU.begin(); | ||
| #if defined(ARDUINO_ARDUINO_NESSO_N1) | ||
| myIMU.begin(BOSCH_ACCEL_ONLY); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be BOSCH_ACCELEROMETER_ONLY?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitly yes, thanks for spotting 😓 Copy pasting from a sketch into a PR is never a good idea 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps the one below should be BOSCH_ACCEL_AND_MAGN too rather than BOSCH_ACCEL_AND_GYRO
Fixes #61