#include <inttypes.h>
#include <avr/io.h>
#include <avr/interrupt.h>
#include "menu.h"
#include "control.h"
#include "input.h"
#include "display.h"
#include "uart.h"
#include "adc.h"
#include "ustimer.h"
Functions | |
| void | bk_LED (int8_t value) |
| Function to connect to property "Backlight brightness". | |
Contains the main method.
ca. 01/01/2006
Sven Kreiss
|
|
Function to connect to property "Backlight brightness". Form defined through the first function-pointer in struct menue_prop_struct in menu.h.
|
1.4.6