Skip to content
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

Add register-backed components #9

Open
2 tasks
SteveDesmond-ca opened this issue Aug 17, 2018 · 0 comments
Open
2 tasks

Add register-backed components #9

SteveDesmond-ca opened this issue Aug 17, 2018 · 0 comments
Labels
feature Additional or changing functionality large More than a day's effort

Comments

@SteveDesmond-ca
Copy link
Member

SteveDesmond-ca commented Aug 17, 2018

#2 provides components where all pins are directly mapped to inputs on the component. To reduce wiring to the device for some components, shift registers can be used.

  • 7-segment display
  • LED matrix

This could be done as a distinct class from the direct one, abstracting a common base class with 2 implementation, or perhaps use a strategy pattern to call an internal implementation. Regardless, the public API should be consistent between both.

@SteveDesmond-ca SteveDesmond-ca added the feature Additional or changing functionality label Nov 24, 2021
@SteveDesmond-ca SteveDesmond-ca added the large More than a day's effort label Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Additional or changing functionality large More than a day's effort
Projects
None yet
Development

No branches or pull requests

1 participant