You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user calls this method, my reading of the datasheet is that the behaviour of the chip is equivalent to a power-on or a pulse on the reset line. It therefore seems inconsistent that the constructor, after calling reset(), issues
The BNO055 class reset method is user-accesible
Adafruit_CircuitPython_BNO055/adafruit_bno055.py
Lines 148 to 156 in 32a5a8a
If a user calls this method, my reading of the datasheet is that the behaviour of the chip is equivalent to a power-on or a pulse on the reset line. It therefore seems inconsistent that the constructor, after calling reset(), issues
Adafruit_CircuitPython_BNO055/adafruit_bno055.py
Lines 128 to 133 in 32a5a8a
Either these lines are redundant or they should be included in the reset method. Alternatively user access could be discouraged by renaming it _reset.
The text was updated successfully, but these errors were encountered: