Python module for the qwiic serial control motor driver
Qwiic_SCMD_Py
Python module for the qwiic motor driver
This python package is a port of the existing SparkFun Serial Controlled Motor Driver Arduino Library
This package can be used in conjunction with the overall SparkFun qwiic Python Package
Documentation
The SparkFun qwiic SCMD module documentation is hosted at ReadTheDocs
Installation
PyPi Installation
This repository is hosted on PyPi as the sparkfun-qwiic-scmd package. On systems that support PyPi installation via pip, this library is installed using the following commands
For all users (note: the user must have sudo privileges):
sudo pip install sparkfun-qwiic-scmd
For the current user:
pip install sparkfun-qwiic-scmd
Local Installation
To install, make sure the setuptools package is installed on the system.
Direct installation at