You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: