| ??? 05/01/02 13:44 Read: times |
#22358 - RE: passing port pin to a function |
sfr *pPort does not work. I don't even think this would work: unsigned char * data pPort = 0x80; sfr port = 0x80; There are two ways to define a port pin variable: sbit pin0_0 = P0 ^ 0; - or - sbit pin0_0 = 0x80; |



