pimoroni / drv2605-python

Python library for the Pimoroni Haptic Vibes DRV2605 breakout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRV2605 Haptic Driver

Build Status Coverage Status PyPi Package Python Versions

Installing

Stable library from PyPi:

  • Just run python3 -m pip install drv2605

Latest/development library from GitHub:

  • git clone https://github.com/pimoroni/drv2605-python
  • cd drv2605-python
  • sudo ./install.sh --unstable

Vibration Patterns

The DRV2605 has a library of built-in vibration patterns great for haptic feedback, notifications and more. For the complete list see:

http://www.ti.com/document-viewer/DRV2605/datasheet/waveform-library-effects-list-slos854718

About

Python library for the Pimoroni Haptic Vibes DRV2605 breakout

License:MIT License


Languages

Language:Python 54.8%Language:Shell 37.2%Language:Makefile 8.0%