Skip to content

Commit 0f3e911

Browse files
Melissa LeBlanc-WilliamsMelissa LeBlanc-Williams
Melissa LeBlanc-Williams
authored and
Melissa LeBlanc-Williams
committed
Cleaned up comment
1 parent 78f604c commit 0f3e911

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

adafruit_adxl34x.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,6 @@ def _config_iterrupt_register(self, register, value):
401401
self._write_register_byte(_REG_INT_ENABLE, active_interrupts)
402402

403403
class ADXL343(ADXL345):
404-
"""Stub for the ADXL343 3 axis accelerometer
405-
406-
:param ~busio.I2C i2c_bus: The I2C bus the ADXL345 is connected to.
407-
:param address: The I2C device address for the sensor. Default is ``0x53``.
408-
404+
"""
405+
Stub class for the ADXL343 3-axis accelerometer
409406
"""

0 commit comments

Comments
 (0)