tinue / apa102-pi

Pure Python library to drive APA102 LED stripes; Use with Raspberry Pi.
GNU General Public License v2.0
201 stars 71 forks source link

Add spi params to support other platforms #19

Closed DurandA closed 7 years ago

DurandA commented 7 years ago

Close #18 with optional spi parameters bus, device and max_speed_hz. The if max_speed_hz: line is here so we can pass max_speed_hz=None and get default speed if wanted.

tinue commented 7 years ago

Thank you! The pull request is merged.