I would like to use a DA7280 haptic driver with regular Python3 on a Raspberry Pi over I²C. It’s on a daisy chain of several I²C devices connected together using QWIIC. I can see the DA7280’s address using i2cdetect and have working Python3 scripts for the other QWIIC devices along the same daisy chain. What’s missing is knowledge. I know about the Arduino code but it would be over my head to port either from that or from CircuitPython.
Where should I look for PIP3 modules and sample code for using the DS7280 in regular Python3?
Thanks.