DRV8830 Motor Driver Breakout
Installing
If you've already set up a Python virtual environment, you can also install the stable library manually from PyPi:
pip install drv8830
Otherwise our install script will set one up for you.
Stable library from GitHub:
git clone https://github.com/pimoroni/drv8830-python
cd drv8830-python
./install.sh
Latest/development library from GitHub:
git clone https://github.com/pimoroni/drv8830-python
cd drv8830-python
./install.sh --unstable
Note Libraries will be installed in the "pimoroni" virtual environment, you will need to activate it to run examples:
source ~/.virtualenvs/pimoroni/bin/activate
1.0.0
- Repackage to hatch/pyproject.toml
- Bump to i2cdevice 1.0.0
0.0.1
- Initial Release
Release files for drv8830 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| drv8830-1.0.0.tar.gz | 11.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| drv8830-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.1 kB
Release files / drv8830-1.0.0.tar.gz
| Download URL | drv8830-1.0.0.tar.gz |
|---|---|
| Size | 11.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
943b9af4dba3a2fbec61975344ee752fd6e8e9311af79ed0c9bda31c0a015e04
|
|
BLAKE2b-256 checksum How to use checksums |
4dcaeafcf6666da55fb5858a0ba609198837a7978c4d14aa33343a52fda5a514
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.2
|
Release files / drv8830-1.0.0-py3-none-any.whl
| Download URL | drv8830-1.0.0-py3-none-any.whl |
|---|---|
| Size | 6.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
292a2d29885f8b62a91228a0827ea0ed29c006ab5643688925abf10862c86826
|
|
BLAKE2b-256 checksum How to use checksums |
0564e92438fe828bce06c03aa4f2a8cfe894b5d4fcf785fee99e4c9d0554d56b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.2
|