??? 02/15/05 14:15 Read: times |
#87514 - another way Responding to: ???'s previous message |
I am sure that you has a symbolic name for the bit you test. For the discussion I'll call it MyBit.
so, now you have something like sbit MyBit p2.5 replace that with bit MyBit and in the initializer MyBit = 1;// that may, of course, have to be = 0 Then run an update of the panel (the result will look awful) and time it, the difference will be the "panel delay" Erik |