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

Shift Register Class #118

Open
SwindleA opened this issue Nov 20, 2023 · 1 comment
Open

Shift Register Class #118

SwindleA opened this issue Nov 20, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@SwindleA
Copy link
Collaborator

In order to implement the 7 segment display, a class is need to interact with the SN74HC595N. This will most likely go in the utilities section of the repository. The components that use the register will use this class instead of implementing the code themselves. Determine how the different communication types will use the register (mutlipin component versus SPI).

@SwindleA
Copy link
Collaborator Author

SwindleA commented Nov 23, 2023

SN74HC595N data sheet: https://www.ti.com/lit/ds/symlink/sn74hc595.pdf?ts=1700732024307
Pin info on page 3

@ruthvikm ruthvikm added the enhancement New feature or request label Dec 20, 2023
@SwindleA SwindleA removed their assignment Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants