-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/tlc594x driver #242
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for reviving this driver! I'm not sure why I didn't port it from xpcc in the first place, but your port is definitely an improvement!
Can you add an example for this driver? Then it's part of the CI and I will be reminded to refactor this too in case the APIs change.
Can I add an example for just one target? |
Yes, I only expected one example anyways. |
Added example for the stm32f103c8t6_blue_pill target. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! As a final polish, please also update the copyright of the driver files with the year and your name.
I would also like to have your commits squashed into two commits:
|
Squashed into two commits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much!
Just fixed the commit messages, I forgot to say how we do it. |
Finished the tlc594* driver and added it as a module (modm:driver:tlc594x). Tested and works with TLC5947.