CircuitPython library for DRV2605 haptic motor controller.
Project description
Introduction
CircuitPython module for the DRV2605 haptic feedback motor driver.
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.
Usage Example
See examples/drv2605_simpletest.py for a demo of the usage.
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
Building locally
To build this library locally you’ll need to install the circuitpython-build-tools package.
python3 -m venv .env
source .env/bin/activate
pip install circuitpython-build-tools
Once installed, make sure you are in the virtual environment:
source .env/bin/activate
Then run the build:
circuitpython-build-bundles --filename_prefix adafruit-circuitpython-drv2605 --library_location .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file adafruit-circuitpython-drv2605-1.0.2.tar.gz
.
File metadata
- Download URL: adafruit-circuitpython-drv2605-1.0.2.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6520af3b8fb63c6e761a1edce67851dd33004a6646c818c79836404d8cfe1496 |
|
MD5 | 849e438d64fb183e2f59f8162609aa76 |
|
BLAKE2b-256 | e8f9126ccebb9b643b4b05607d0f287f7805dcdb3aa99f1797f351e690544bd6 |