|
Re: More Digital I/O Help
digital_io_01 is a control bit that determines whether the pin is an input or an output. rc_dig_in01 is the actual value read from the pin. See the first few lines of User_Initialization() in user_routines.c for an explanation of how to use them.
|