You must login before you can post a comment.
Author: Matthew
Project access type: Public
Description:
Seven-Segment Display Decoder// Challenge Problem (My 16 digits are Latin alphabet letters)
0000 creates 'A'
0001 creates 'b'
0010 creates 'C'
0011 creates 'd'
0100 creates 'E'
0101 creates 'F'
0110 creates 'G'
0111 creates 'H'
1000 creates 'I'
1001 creates 'J'
1010 creates 'L'
1011 creates 'n'
1100 creates 'o'
1101 creates 'P'
1110 creates 'q'
1111 creates 'r'
Created: Oct 06, 2020
Updated: Aug 26, 2023
Comments