We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecc3582 + e301ca1 commit 97927f1Copy full SHA for 97927f1
adafruit_adxl37x.py
@@ -69,7 +69,7 @@ class ADXL375(adafruit_adxl34x.ADXL345):
69
Driver for the ADXL375 accelerometer
70
71
:param ~busio.I2C i2c: The I2C bus the ADXL375 is connected to.
72
- :param address: The I2C device address for the sensor. Default is :const:`0x53`.
+ :param int address: The I2C device address for the sensor. Default is :const:`0x53`.
73
74
**Quickstart: Importing and using the device**
75
0 commit comments