Go to file
Pim van den Berg b0ea3a9473 refactor(itho-wpu): compose request + calculate checksum on the fly
Messages have 6 header bytes, data bytes and 1 checksum byte.

The 6 header bytes are:
1: i2c destination address (0x82)
2: i2c reply address (0x80)
3,4: message class
5: message type (0x04 = request)
6: data length (0x00 in case of a request)
2020-11-15 15:26:18 +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 refactor(itho-wpu): compose request + calculate checksum on the fly 2020-11-15 15:26:18 +01:00

README.md

python-itho-wpu

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