Skip to main content

A CircuitPython driver for the ADXL34x family of accelerometers.

Project description

Introduction

Documentation Status Discord Build Status Code Style: Black

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file adafruit_circuitpython_adxl34x-1.12.13.tar.gz.

File metadata

File hashes

Hashes for adafruit_circuitpython_adxl34x-1.12.13.tar.gz
Algorithm Hash digest
SHA256 f84ec988f67d4d3258db8140e14c8ce9dce099e6600bb806a774cfb65eaf6e1a
MD5 6040b31a4fc7adc091e0bcfcf67fa7c1
BLAKE2b-256 3d21d96fc0673268c6ef19835d4b1806855612922fb6bfece03d58b77ad542b4

See more details on using hashes here.

File details

Details for the file adafruit_circuitpython_adxl34x-1.12.13-py3-none-any.whl.

File metadata

File hashes

Hashes for adafruit_circuitpython_adxl34x-1.12.13-py3-none-any.whl
Algorithm Hash digest
SHA256 23f59666018ee1f6fad067e3cfecb06ae2f711e9b91368279a386f61ba516d8a
MD5 aaf4c4b71da8141964e2ecea26971422
BLAKE2b-256 d1c77694d47a15e66fef784df4ae9a4e306a7303db81cf892ef57fadf762d6df

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page