Ports source file. More...
#include "Ports.h"
Go to the source code of this file.
Ports source file.
Definition in file Ports.c.
Definition at line 11 of file Ports.c.
{ // set pin to output SET_BIT(P2DIR, ucPin); // set output to high SET_BIT(P2OUT, ucPin); }