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 a63b671 commit d27719eCopy full SHA for d27719e
adafruit_mprls.py
@@ -48,7 +48,8 @@ class MPRLS:
48
:param ~busio.I2C i2c_bus: The I2C bus the MPRLS is connected to
49
:param int addr: The I2C device address. Defaults to :const:`0x18`
50
:param ~microcontroller.Pin reset_pin: Optional ``digitalio.pin`` for hardware resetting
51
- :param ~microcontroller.Pin eoc_pin: Optional ``digitalio pin`` for getting End Of Conversion signal
+ :param ~microcontroller.Pin eoc_pin: Optional ``digitalio pin``
52
+ for getting End Of Conversion signal
53
:param float psi_min: The minimum pressure in PSI, defaults to :const:`0`
54
:param float psi_max: The maximum pressure in PSI, defaults to :const:`25`
55
0 commit comments