Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/29/03 20:06
Read: times


 
#37695 - RE: switches on port 2 of 89C51
Responding to: ???'s previous message

I may have misunderstood what you want, but I think that you want to wait until the button is pressed before continuing...


if so...

sbit Enter = P2^1;

while(!Enter);//wait button release!

List of 12 messages in thread
TopicAuthorDate
switches on port 2 of 89C51            01/01/70 00:00      
   RE: switches on port 2 of 89C51            01/01/70 00:00      
      RE: switches on port 2 of 89C51            01/01/70 00:00      
      RE: switches on port 2 of 89C51            01/01/70 00:00      
   RE: switches on port 2 of 89C51            01/01/70 00:00      
      RE: switches on port 2 of 89C51            01/01/70 00:00      
         RE: switches on port 2 of 89C51            01/01/70 00:00      
      RE: switches on port 2 of 89C51            01/01/70 00:00      
         RE: switches on port 2 of 89C51            01/01/70 00:00      
   RE: switches on port 2 of 89C51            01/01/70 00:00      
      RE: switches on port 2 of 89C51            01/01/70 00:00      
   RE: switches on port 2 of 89C51            01/01/70 00:00      

Back to Subject List