- Name:
-
low portc
- Syntax:
-
LOW PORTC pin {,pin,pin...}
Pin - is a variable/constant which specifies the i/o pin to use.
- Description:
-
Make pin on portc output low.
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. low C.2.
The low portc command switches a portc output off (low).