Skip to content

Commit

Permalink
Update Adafruit_BNO055.cpp
Browse files Browse the repository at this point in the history
Typo Correction
  • Loading branch information
esmanish authored Dec 3, 2024
1 parent 5f90b62 commit 6bafbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_BNO055.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ bool Adafruit_BNO055::begin(adafruit_bno055_opmode_t mode) {

/* Reset */
write8(BNO055_SYS_TRIGGER_ADDR, 0x20);
/* Delay incrased to 30ms due to power issues https://tinyurl.com/y375z699 */
/* Delay increased to 30ms due to power issues https://tinyurl.com/y375z699 */
delay(30);
while (read8(BNO055_CHIP_ID_ADDR) != BNO055_ID) {
delay(10);
Expand Down

0 comments on commit 6bafbdf

Please sign in to comment.