imagehat 0.0.28

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

imagehat 0.0.28

Image HAT

Installation
Install dependencies
The python3-smbus package
$ sudo apt install python3-smbus

Install using pip
$ sudo pip3 install -U imagehat

Listing attributes and methods
#!/usr/bin/env python3
from imagehat import ImageHat

hat = ImageHat(0x20) # 0x20 is the I2C bus address

hat.host # get selected host
hat.host = 0 # unplug USB device
hat.host = 1 # assign USB device to host 1
hat.host = 2 # assign USB device to host 2

hat.host2_power # get power state of host 2

hat.ext_in # get state of external input

hat.ext_out # get state of external output
hat.ext_out = 0 # turn off external output
hat.ext_out = 1 # turn on external output

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.