This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | set_led_digit (uint8_t digit, uint8_t val) |
This sets one digit on the LED module. | |
void | set_led_brightness (uint8_t led_brightness) |
Configures the brightness of the LEDs. | |
void | led_init (void) |
Initialize the LED module. |
Definition in file saa1064.h.
void led_init | ( | void | ) |
void set_led_brightness | ( | uint8_t | led_brightness | ) |
void set_led_digit | ( | uint8_t | digit, | |
uint8_t | val | |||
) |