You must login before you can post a comment.
Author: Yahya Quadri
Forked from: Matthew/Challenge Problem
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: May 08, 2023
Updated: Aug 27, 2023
Comments