Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Oct 18, 2024
1 parent 5f90b62 commit b6fa7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Adafruit_BNO055.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ void Adafruit_BNO055::getSystemStatus(uint8_t *system_status,
0 = Idle
1 = System Error
2 = Initializing Peripherals
3 = System Iniitalization
3 = System Initialization
4 = Executing Self-Test
5 = Sensor fusio algorithm running
6 = System running without fusion algorithms
Expand Down Expand Up @@ -306,7 +306,7 @@ void Adafruit_BNO055::getSystemStatus(uint8_t *system_status,
4 = Register map value out of range
5 = Register map address out of range
6 = Register map write error
7 = BNO low power mode not available for selected operat ion mode
7 = BNO low power mode not available for selected operation mode
8 = Accelerometer power mode not available
9 = Fusion algorithm configuration error
A = Sensor configuration error
Expand Down

0 comments on commit b6fa7c4

Please sign in to comment.