Skip to content

SPI baudrate hardcoded, should use existing frequency from SPI object #22

Closed
@kattni

Description

@kattni

This is the same issue as adafruit/Adafruit_CircuitPython_TLC59711#8.

Problematic code is here:

self._spi.configure(baudrate=1000000, polarity=0, phase=0, bits=8)

@FoamyGuy Are you up for fixing this like you did the other TLC lib?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions