User Manual
I
2
CDriver User Guide 14
>>> i2c.regwr(0x34, 7, [0xa1])
If device 0x75 has a big-endian 16-bit register 102 you can set it to
4999 with:
>>> i2c.regwr(0x75, 102, struct.pack(">H", 4999))
monitor(s)
Enter or leave monitor mode
Parameters s – True to enter monitor mode, False to leave
getstatus()
Update all status variables
4.2 C/C++
I
2
CDriver is contained in a single source file with a single header. Both are in
this subdirectory. Usage follows the Python API and is fairly self-explanatory.
©2019 Excamera Labs










