This was a project I completed for my Logic Design class. This project was very interesting and pleasant as I got to program a 7 segment display, a simple device that is utilized in various application in our everyday life such as a microwave or clock.
In this project I programmed 10 different cases for every number (0-9) so I could alter the 7 segments to turn off or on based off what number we want to display. I then stored all boolean truth/false outputs into an array and converted the truth/false statements into binary integers (0,1) so that our myDAQ can process the signals.