| ??? 05/15/03 13:51 Read: times |
#45504 - RE: can not write to port(s) (89s8252) Responding to: ???'s previous message |
Try this instead:
for(unsigned int i=0;i<0xFFFF;++i) { P3 = x; } |
| ??? 05/15/03 13:51 Read: times |
#45504 - RE: can not write to port(s) (89s8252) Responding to: ???'s previous message |
Try this instead:
for(unsigned int i=0;i<0xFFFF;++i) { P3 = x; } |