top of page

7-Segment Karnaugh map

Lab 5 Zero.jpg
Information  

This project makes use of a seven segment display along with our Arduino chip and 4 buttons to display numbers ranging from 1 to 9 (And the letter A) by pressing the button in correspondence to their assigned number/letter. Each number/letter is assigned to a button combination, ranging from a single button being pressed down to a combination of buttons being held down.

​

We make use of a Karnaugh map diagram or truth table to map out each button combination to their respective number/letter displayed on the 7 segment.

Code    

Below is the link to the code on in a Google Document

​

https://docs.google.com/document/d/1XvJZB_OBaZUpJX9-jjL-ExjdoE83jXj_GjX7Of_uMIU/edit

Schematic   
Karnaugh map
bottom of page