adafruit / Adafruit_CircuitPython_IS31FL3731

CircuitPython driver for the IS31FL3731 charlieplex IC
MIT License
22 stars 25 forks source link

Return from fade on "None" #53

Closed EAGrahamJr closed 1 year ago

EAGrahamJr commented 1 year ago

Fixes #52 with a return when both fade params are None. Also updates the default pause value to not throw math errors on 0.

(Added another venv variation to the .gitignore)

Note: the values in the docstrings do not appear to be correct; the functionality doesn't seem to be supported on the shim or this isn't working as expected