Cleaned up comment

This commit is contained in:
Melissa LeBlanc-Williams 2019-05-06 16:38:25 -04:00
parent 78f604c1b7
commit 0f3e911dc4

View file

@ -401,9 +401,6 @@ class ADXL345:
self._write_register_byte(_REG_INT_ENABLE, active_interrupts)
class ADXL343(ADXL345):
"""Stub for the ADXL343 3 axis accelerometer
:param ~busio.I2C i2c_bus: The I2C bus the ADXL345 is connected to.
:param address: The I2C device address for the sensor. Default is ``0x53``.
"""
Stub class for the ADXL343 3-axis accelerometer
"""