128 #define HIGH_IMPEDANCE 0
void setPort0PullType(BIT pullType) __reentrant
void setDigitalInput(uint8 pinNumber, BIT pulled) __reentrant
Configures the specified pin as an input.
void setPort1PullType(BIT pullType) __reentrant
void setDigitalOutput(uint8 pinNumber, BIT value) __reentrant
Configures the specified pin as a digital output.
BIT isPinHigh(uint8 pinNumber) __reentrant
Returns the current input or output value of the pin.
void setPort2PullType(BIT pullType) __reentrant