mirror of
https://github.com/pommi/python-itho-wpu.git
synced 2025-01-31 00:52:44 +01:00
Pim van den Berg
ff3c705608
feat(itho-wpu): option to slave via event_callback()
Argument "--type [callback,wait]" is added to be able to switch between "wait_for_event()" (previous functionality) and "event_callback()" in the I2C slave functionality. In a thread set_callback() executes event_callback() and just (very dirty) sleeps 2 seconds to get a response or else cancels the event and stops pigpio. To get the most reliable output pigpiod is started with -s 2 (sample rate 2 microseconds). Still most of the time too few bytes are received on the "getdatalog" action (153 bytes expected).
python-itho-wpu
A python library and a set of command line tools to communicate with an Itho WPU.
Description
Languages
Python
100%