Go to file
Pim van den Berg f989b61789 feat(itho-wpu): cli arguments to run master/slave only + set slave timeout
--master-only allows to only run the I2C master functionality.
--slave-only allows to only run the I2C slave functionality.

The I2C slave functionality via the "set_callback" mechanism (--type
callback) just executes the pigpio "event_callback()" function and waits
for 2 seconds for a response. The amount of seconds can now be
configured via --slave-timeout.
2020-10-25 13:54:43 +01:00
README.md docs(readme): initial commit 2020-10-16 19:17:51 +02:00
i2c_raw.py feat(itho-wpu): initial i2c master functionality 2020-10-17 18:05:56 +02:00
itho-wpu.py feat(itho-wpu): cli arguments to run master/slave only + set slave timeout 2020-10-25 13:54:43 +01:00

README.md

python-itho-wpu

A python library and a set of command line tools to communicate with an Itho WPU.