Skip to content

Releases: adafruit/Adafruit_CircuitPython_DRV2605

Update Travis Badge In Readme

16 Jan 00:06
48ba4ab
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-drv2605.

Read the docs for info on how to use it.

Added new properties and classes!

12 Nov 21:26
331776c
Compare
Choose a tag to compare

Added an indexable sequence property for setting/getting waveform effects and pauses. Each of the 7 waveform slots takes either an Effect or Pause class. These classes perform argument value checking and conversion from/to human-readable values.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-drv2605.

Read the docs for info on how to use it.

Now on PyPi!

03 Aug 23:56
10bd095
Compare
Choose a tag to compare
  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-drv2605.

Read the docs for info on how to use it.

Improved reference documentation.

26 Feb 03:40
7de8387
Compare
Choose a tag to compare

Sphinx update.

22 Feb 03:37
cedcbbf
Compare
Choose a tag to compare

Thanks to @brentru for the great work!

First release!

05 Jan 01:27
Compare
Choose a tag to compare

This is the first release of this haptic motor driver. Thanks to @tdicola for adding it.


To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from here that matches the version of CircuitPython you are using.