Compare commits
1 commit
master
...
remove-bad
| Author | SHA1 | Date | |
|---|---|---|---|
| 7719c08c9e |
1 changed files with 0 additions and 2 deletions
|
|
@ -52,7 +52,6 @@ except ImportError:
|
||||||
from ustruct import unpack
|
from ustruct import unpack
|
||||||
__version__ = "0.0.0-auto.0"
|
__version__ = "0.0.0-auto.0"
|
||||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ADXL34x.git"
|
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ADXL34x.git"
|
||||||
# pylint: disable=bad-whitespace
|
|
||||||
_ADXL345_DEFAULT_ADDRESS = const(0x53) # Assumes ALT address pin low
|
_ADXL345_DEFAULT_ADDRESS = const(0x53) # Assumes ALT address pin low
|
||||||
|
|
||||||
# Conversion factors
|
# Conversion factors
|
||||||
|
|
@ -155,7 +154,6 @@ class Range: # pylint: disable=too-few-public-methods
|
||||||
RANGE_2_G = const(0b00) # +/- 2g (default value)
|
RANGE_2_G = const(0b00) # +/- 2g (default value)
|
||||||
|
|
||||||
|
|
||||||
# pylint: enable=bad-whitespace
|
|
||||||
class ADXL345:
|
class ADXL345:
|
||||||
"""Driver for the ADXL345 3 axis accelerometer
|
"""Driver for the ADXL345 3 axis accelerometer
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue