- This topic has 4 replies, 5 voices, and was last updated 10 years, 7 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
|
need a project named fastest finger first using any microcontroller
or please guide me in detail how can it be build
thanks
here i an writing the algo which might help you out…
*the switches are connected to a port of microcontroller(lets say PORTA)..
*the port A is externally conncted to the pullup array…
* as soon you press any key that particluar pin of portA goes low
code algo:
1) while(PORT A = = oxff);
2) if (PINA.0 = = 0) output user1
elseif (PINA.1 = = 0) output user2
elseif (PINA.2 = = 0) output user3
elseif (PINA.3 = = 0) output user4
elseif (PINA.4 = = 0) output user5
elseif (PINA.5 = = 0) output user6
elseif (PINA.6 = = 0) output user7
elseif (PINA.7 = = 0) output user8
else goto step(1);
3) goto step 1;
hi,
can i do fastest finger first using logic gates or using 7475 flipflop
sir programing is wrong
plz send me program
using at89c51 ic
show me on circuit 2 nd 3