30 #define LEDREDMASK 0b00010000 31 #define LEDYELLOWMASK 0b00100000 32 #define LEDGREENMASK 0b01000000 33 #define LEDBLUEMASK 0b10000000 static void LEDRedOff(void)
Switches the red LED off.
Definition: led.h:42
#define LEDGREENMASK
Definition: led.h:32
#define LEDREDMASK
Definition: led.h:30
static void LEDGreenOff(void)
Switches the green LED off.
Definition: led.h:66
#define LEDYELLOWMASK
Definition: led.h:31
static void LEDYellowOn(void)
Switches the yellow LED on.
Definition: led.h:48
#define LEDBLUEMASK
Definition: led.h:33
static void LEDRedOn(void)
Switches the red LED on.
Definition: led.h:36
static void LEDGreenOn(void)
Switches the green LED on.
Definition: led.h:60
static void LEDYellowOff(void)
Switches the yellow LED off.
Definition: led.h:54
#define LEDPORT
Definition: led.h:29
static void LEDBlueOn(void)
Switches the blue LED on.
Definition: led.h:72
static void LEDBlueOff(void)
Switches the blue LED off.
Definition: led.h:78