Skip to content

Releases: adafruit/Adafruit_CircuitPython_DRV2605

1.0.4 - Changed CI from Travis to GitHub Actions

22 Jan 01:48

Choose a tag to compare

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

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.

I2C Update

23 Aug 18:38
765c81c

Choose a tag to compare

  • Update for removal of stop kwarg. (more info)

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.

Example Update

22 Mar 23:31
b89e652

Choose a tag to compare

Update loop count in examples/drv2605_simpletest.py. Thanks @caternuson!

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.

Update Travis Badge In Readme

16 Jan 00:06
48ba4ab

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

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

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

Choose a tag to compare

Sphinx update.

22 Feb 03:37
cedcbbf

Choose a tag to compare

Thanks to @brentru for the great work!

First release!

05 Jan 01:27

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.