InputPin
 
Component InputPin
General 1-bit Input
Component Level: High
Typical Usage:
(Examples of a typical usage of the component in user code. For more information please see the page Component Code Typical Usage.)

Required component name is "InpB1".
Some examples of typical usage of this component are the following:

(1)

 MAIN.C

void main(void)
{
  /* Wait until logical "1" is on the pin */
  while( !InpB1_GetVal() );
    :
}