Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adafruit_adxl37x.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ADXL375(adafruit_adxl34x.ADXL345):
Driver for the ADXL375 accelerometer

:param ~busio.I2C i2c: The I2C bus the ADXL375 is connected to.
: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`.

**Quickstart: Importing and using the device**

Expand Down