- Name:
-
high portc
- Syntax:
-
HIGH PORTC pin {,pin,pin...}
Pin - is a variable/constant (0-7) which specifies the i/o pin to use.
- Description:
-
Make pin on portc output high.
This command is only used on older 14M and 28X/28X1 parts. For newer M2 and X2 parts use the PORT.PIN notation directly e.g. high C.2.
The high portc command switches a portc output on (high).