adafruit / seesaw

I2C friend to expand capabilities of other chips.
Other
76 stars 34 forks source link

Can’t stop a PWM output on a SAMD10 chip #55

Open mkende opened 2 years ago

mkende commented 2 years ago

Steps to reproduce

Expected

The PWM output stops completely (continuous low signal being output).

Actual

A 1Hz spike is emitted. I tried many combinations of calls, including trying ss.digital_write(5, False), without managing to stop that output completely (except by calling ss.sw_reset().

This is either a documentation problem (if there is a way to stop the output that I could not find) or, more probably, a software issue in the Seesaw firmware.