Skip to content

Commit 0034773

Browse files
authored
Fix comment alignment.
1 parent 735c7e8 commit 0034773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_fxos8700.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
# Register addresses and other constants:
4040
# pylint: disable=bad-whitespace
4141
_FXOS8700_ADDRESS = const(0x1F) # 0011111
42-
_FXOS8700_ID = const(0xC7) # 1100 0111
42+
_FXOS8700_ID = const(0xC7) # 1100 0111
4343
_FXOS8700_REGISTER_STATUS = const(0x00)
4444
_FXOS8700_REGISTER_OUT_X_MSB = const(0x01)
4545
_FXOS8700_REGISTER_OUT_X_LSB = const(0x02)
4646
_FXOS8700_REGISTER_OUT_Y_MSB = const(0x03)
4747
_FXOS8700_REGISTER_OUT_Y_LSB = const(0x04)
4848
_FXOS8700_REGISTER_OUT_Z_MSB = const(0x05)
4949
_FXOS8700_REGISTER_OUT_Z_LSB = const(0x06)
50-
_FXOS8700_REGISTER_WHO_AM_I = const(0x0D) # 11000111 r
50+
_FXOS8700_REGISTER_WHO_AM_I = const(0x0D) # 11000111 r
5151
_FXOS8700_REGISTER_XYZ_DATA_CFG = const(0x0E)
5252
_FXOS8700_REGISTER_CTRL_REG1 = const(0x2A) # 00000000 r/w
5353
_FXOS8700_REGISTER_CTRL_REG2 = const(0x2B) # 00000000 r/w

0 commit comments

Comments
 (0)