LED_Configure
Default mainpageat91libutilityLED_Configure
Description Source Call Graph
LED_Configure
Configures the pin associated with the given LED number.
 
Syntax / parameters
unsigned char LED_Configure (unsigned int led)

Name Type Default Description
led unsigned int
  Number of the LED to configure.
 
Return value unsigned char
  1 if the LED exists and has been configured; otherwise 0.
Description
Configures the pin associated with the given LED number.
If the LED does not exist on the board, the function does nothing.
 
Source
The documentation for this Member was generated from the following files:
  • led.c