USB Device - Joystick/Mouse  1.0
Macros | Functions
led.h File Reference

Go to the source code of this file.

Macros

#define BLUE_LED   (2)
 
#define GREEN_LED   (1)
 
#define ORANGE_LED   (0)
 
#define RED_LED   (3)
 

Functions

void StatusLed_Init (int Led)
 
void StatusLed_On (int Led)
 
void StatusLed_Off (int Led)
 
void StatusLed_Toggle (int Led)
 

Macro Definition Documentation

#define BLUE_LED   (2)
#define GREEN_LED   (1)
#define ORANGE_LED   (0)
#define RED_LED   (3)

Function Documentation

void StatusLed_Init ( int  Led)
void StatusLed_Off ( int  Led)
void StatusLed_On ( int  Led)
void StatusLed_Toggle ( int  Led)