Control of indicator LEDs. More...
#include <sls-avr/avr.h>Go to the source code of this file.
Macros | |
| #define | LED_ON PIN_ON |
| The meaningful name alias for PIN_ON. | |
| #define | LED_OFF PIN_OFF |
| The meaningful name alias for PIN_OFF. | |
| #define | LED_SWITCH PIN_SWITCH |
| The meaningful name alias for PIN_SWITCH. | |
| #define | status_led_clear status_led_ready |
| Alias for status_led_ready. | |
Functions | |
| void | init_status_led (void) |
| Initializing ports for indicator LEDs and turning off all but the error LED one. | |
| void | status_led_ready (void) |
| Switching off additional indicators and turning on the main one. | |
Control of indicator LEDs.
| #define LED_SWITCH PIN_SWITCH |
The meaningful name alias for PIN_SWITCH.
| #define status_led_clear status_led_ready |
Alias for status_led_ready.
| void init_status_led | ( | void | ) |
Initializing ports for indicator LEDs and turning off all but the error LED one.
| void status_led_ready | ( | void | ) |
Switching off additional indicators and turning on the main one.