Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 908 Bytes

File metadata and controls

24 lines (16 loc) · 908 Bytes

python_vibration_motor

Python library for simple control of Grove vibration motors over digital gpio. This library is a pretty simple shell over control of a digital input/output.

To install, execute the following commands:

git clone https://github.com/modular-CAT/python_vibration_motor # or download as a zip and extract it somewhere handy
cd python_vibration_motor
sudo python setup.py install

Ensure you have internet access so that you can install any required dependencies.

See usage examples in the examples folder.

Vibration motors may be purchased as Grove modules from Seeed studio:

www.seeedstudio.com/depot/Grove-Vibration-Motor-p-839.html

Further information can be found on the seeed wiki:

www.seeedstudio.com/wiki/Grove_-_Vibration_Motor

Written by Daniel Smith for UNSW Australia and LaTrobe University. MIT license and all text above must be included in any redistribution