| ??? 05/01/02 10:50 Read: times |
#22342 - RE: passing port pin to a function |
Dear,
every port has a assigned address. See header file. You must create a sfr pointer that you set equal to 'P0' or any other port. sfr *pPort; pPort = P0; When passing your pointer and pin selection to your functiont then you must be able to perform your actions. Bert Regards |



