In this post there is a converter that can convert binary numbers to decimal numbers. I used 8 LED's that can show you what the number is in binary by being on or off. You give your number and then micro controller converts the number into it's decimal counterpart. LED on means 1 and LED off means 0. For example if we have number 0111010011 in binary we have 467 in decimal.
here is the schematic in Proteus:
here is the codes in Codevision:
Comments
Post a Comment