From 0f3e911dc483b1fa57f0e4f910ba14e8562ed6ae Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Mon, 6 May 2019 16:38:25 -0400 Subject: [PATCH] Cleaned up comment --- adafruit_adxl34x.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/adafruit_adxl34x.py b/adafruit_adxl34x.py index 59d3e7a..2e98252 100755 --- a/adafruit_adxl34x.py +++ b/adafruit_adxl34x.py @@ -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 """