Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent e517232 commit aefc92a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adafruit_adxl34x.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ class ADXL345:
"""

def __init__(self, i2c: busio.I2C, address: int = _ADXL345_DEFAULT_ADDRESS):

self._i2c = i2c_device.I2CDevice(i2c, address)
self._buffer = bytearray(6)
# set the 'measure' bit in to enable measurement
Expand Down

0 comments on commit aefc92a

Please sign in to comment.