Tool/software:
Hello TI,
I have a need to control an LED light via the LM3530 over I2C on a Raspberry Pi running the latest version of Raspberry Pi OS. Is there a Python example currently available for controlling the LM3530? I see there is a rather old .c driver for Linux, but doesn't look like it's for a modern Linux distro. I can read the manual + the old C code and write something myself for the Pi using python-smbus library, but if this already exists I would be helpful. Ideally just example showing setting the light off (0%), on at 50%, and on at 100%, in Python using the python-smbus library. Thx for any help here!