Do I understand this right?
This will make PORTC.6 high?
And this will make PORTC.1 and PORTC.3 high?Code:TRISC = %00000000 X VAR BYTE X = %01000000 PORTB = X
Code:X = %00001010 PORTB = X
Do I understand this right?
This will make PORTC.6 high?
And this will make PORTC.1 and PORTC.3 high?Code:TRISC = %00000000 X VAR BYTE X = %01000000 PORTB = X
Code:X = %00001010 PORTB = X
Last edited by Fredrick; - 20th August 2009 at 10:07.
Bookmarks