Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
hello everyone !
i want to counting 0 to 20 on common anode dual seven segment
please anybody tell me c code or any algorithm
i have attached image file with this post
thank you
Hello !
I am Using AT89c51 Micro controller
yes
If you give me some logic then i can build the code...
give me details of multiplexing & algorithm for my dual seven segment counter
thank you
movlw b'00000001"
movwf portc ( set digit one Cathode)
movlw 06,5B,4F,66,6D,7D,07,7F,6F ( one of this)
movwf portd
movlw b'00000010"
movwf portc ( clear digit one and set digit two Cathode)
movlw 06,5B,4F,66,6D,7D,07,7F,6F ( one of this)
movwf portd
,
manage proper delay to cheat your eye
this is simple operation logic of multiplexing, now you can think and improve
Did you take action to try the code? If just read and try understand just by reading, you will never do it.please some1 give a proper answer to the question...otherwise all these crap answers are of no use
thanks