Skip to main content

Introduction

Documentation Status Discord Build Status Code Style: Ruff

A CircuitPython driver for the ADXL34x family of accelerometers

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install adafruit-circuitpython-adxl34x

To install system-wide (this may be required in some cases):

sudo pip3 install adafruit-circuitpython-adxl34x

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-adxl34x

Usage Example

import time
import board
import adafruit_adxl34x

i2c = board.I2C()  # uses board.SCL and board.SDA
accelerometer = adafruit_adxl34x.ADXL345(i2c)

while True:
    print("%f %f %f"%accelerometer.acceleration)
    time.sleep(1)

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Release files for adafruit-circuitpython-adxl34x 1.12.20

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for adafruit-circuitpython-adxl34x 1.12.20
File Size Uploaded
adafruit_circuitpython_adxl34x-1.12.20.tar.gz 27.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for adafruit-circuitpython-adxl34x 1.12.20
File Interpreter ABI Platform
adafruit_circuitpython_adxl34x-1.12.20-py3-none-any.whl Python 3 none any Details

Total release size: 35.8 kB

Release files / adafruit_circuitpython_adxl34x-1.12.20.tar.gz

Download URL adafruit_circuitpython_adxl34x-1.12.20.tar.gz
Size 27.8 kB
Tags Source
SHA-256 checksum
How to use checksums
cbabccea45ac327b693bae6a2736044781f403dbc2a9e06df603bca362bb583d
BLAKE2b-256 checksum
How to use checksums
cc4e772c10e9ab09dfc3f3c359d12b899b32430991f7b62e011ff83d6a9e52ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / adafruit_circuitpython_adxl34x-1.12.20-py3-none-any.whl

Download URL adafruit_circuitpython_adxl34x-1.12.20-py3-none-any.whl
Size 8.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
54c68fad9e60d5e41a3bf8bc672acd24153fb437f083dad9efce4a19b9ad8789
BLAKE2b-256 checksum
How to use checksums
09cbb949f36112af0a9be3d128419b082931197c0384fb6f9db5057a4d26767a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release history Release notifications | RSS feed

This release

1.12.20 This release

2 release files

1.12.9

2 release files

1.12.8

2 release files

1.12.7

2 release files

1.12.6

2 release files

1.12.5

2 release files

1.12.3

1 release file

1.12.2

1 release file

1.12.1

1 release file

1.12.0

1 release file

1.11.12

1 release file

1.11.10

1 release file

1.11.9

1 release file

1.11.8

1 release file

1.11.7

1 release file

1.11.6

1 release file

1.11.5

1 release file

1.11.4

1 release file

1.11.3

1 release file

1.11.2

1 release file

1.11.1

1 release file

1.11.0

1 release file

1.10.4

1 release file

1.10.3

1 release file

1.10.2

1 release file

1.10.1

1 release file

1.10

1 release file

1.1.1

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page