EveryCircuit
Powering up...
Circuit
Public
Private
Unlisted
Save

BCD to 7-Segment Decoder

@fatfat
4 years ago
https://everycircuit.com/circuit/4996782869708800
Binary Coded Decimal (BCD or “8421” BCD) numbers are made up using just 4 data bits (a nibble or half a byte) similar to the Hexadecimal numbers we saw in the binary tutorial, but unlike hexadecimal numbers that range in full from 0 through to F, BCD numbers only range from 0 to 9, with the binary number patterns of 1010 through to 1111 (A to F) being invalid inputs for this type of display
Comments
Post