Cleaned up comment
This commit is contained in:
parent
78f604c1b7
commit
0f3e911dc4
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue