Quote:
|
Originally Posted by The Lucas
Try declaring Old_Port_B like this:
Code:
unsigned char Port_B;
unsigned char Port_B_Delta;
static unsigned Old_Port_B = 0xFF;
|
Hm... looking at the code, that seems to be a really important thing to do. I'll give it a try in Atlanta, and let you know what happens. Thanks!