We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4029984 commit 3cc3e8eCopy full SHA for 3cc3e8e
adafruit_register/i2c_bits.py
@@ -45,7 +45,8 @@ class RWBits:
45
:param type lowest_bit: The lowest bits index within the byte at ``register_address``
46
:param int register_width: The number of bytes in the register. Defaults to 1.
47
:param bool lsb_first: Is the first byte we read from I2C the LSB? Defaults to true
48
- :param bool signed: If True, the value is a "two's complement" signed value. If False, it is unsigned.
+ :param bool signed: If True, the value is a "two's complement" signed value.
49
+ If False, it is unsigned.
50
"""
51
52
def __init__( # pylint: disable=too-many-arguments
0 commit comments