??? 11/05/04 08:40 Read: times |
#80422 - RE: SDCC input from single pin? Responding to: ???'s previous message |
Richard Slaughter said:
I've tried two different ways of setting up the "button" -
#define Trigger P3_2 which didn't work, and Trigger sbit at P3_2; What made you think that these were the appropriate SDCC syntax? You can't just go throwing random syntax at the compiler and hope that it'll work - you MUST read the Manual!! |