Last updated:
0 purchases
ht0740 1.0.0
HT0740 40V / 10A Switch Breakout
Installing
If you've already set up a Python virtual environment, you can also install the stable library manually from PyPi:
pip install ht0740
Otherwise our install script will set one up for you.
Stable library from GitHub:
git clone https://github.com/pimoroni/ht0740-python
cd ht0740-python
./install.sh
Latest/development library from GitHub:
git clone https://github.com/pimoroni/ht0740-python
cd ht0740-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
Port to hatch/pyproject.toml
Bump i2cdevice to >= 1.0.0
0.0.2
Port to new i2cdevice>=0.0.6 set/get API
0.0.1
Initial Release
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.