Releases: adafruit/Adafruit_CircuitPython_DRV2605
Example Update
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
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!
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!
- 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.
Thanks to @sommersoft for doing this!
Sphinx update.
Thanks to @brentru for the great work!
First release!
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.