Skip to content

Commit 7254490

Browse files
committed
updated from linux
1 parent f8735a5 commit 7254490

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_bno055.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ def _read_register(self, register):
631631
@property
632632
def axis_remap(self):
633633
"""Return a tuple with the axis remap register values.
634+
634635
This will return 6 values with the following meaning:
635636
- X axis remap (a value of AXIS_REMAP_X, AXIS_REMAP_Y, or AXIS_REMAP_Z.
636637
which indicates that the physical X axis of the chip
@@ -661,6 +662,7 @@ def axis_remap(self):
661662
@axis_remap.setter
662663
def axis_remap(self, remap):
663664
"""Pass a tuple coinsidting of x, y, z, x_sign, y-sign, and z_sign.
665+
664666
Set axis remap for each axis. The x, y, z parameter values should
665667
be set to one of AXIS_REMAP_X (0x00), AXIS_REMAP_Y (0x01), or
666668
AXIS_REMAP_Z (0x02) and will change the BNO's axis to represent another

0 commit comments

Comments
 (0)