??? 11/05/04 03:14 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#80412 - RE: SDCC input from single pin? Responding to: ???'s previous message |
Hi Richard,
I have used SDCC earlier. The following is the correct way to declare a port pin in SDCC. Try it and if you still have problems post entire I will help you. sbit at 0xB2 P3_2 ; #define button P3_2 Regards, Prahlad Purohit |