Revision 659bf4c1
ID | 659bf4c1e61414aeb410bbdacd23b2fbe3921b3f |
Parent | cac43ed4 |
Child | 842cfd42 |
Add comment regarding order of operations for calibration restoration.
Per behavior I've discovered and tested today, the external crystal for the BNO055 must be configured only AFTER calibration data has loaded (setSensorOffsets). Failing to adhere to this order of operations prevents loaded calibration data from taking effect.
For example, if "bno.setExtCrystalUse(true);" is used right after "if(!bno.begin()){...}".
Files
- added
- modified
- copied
- renamed
- deleted