main.h File Reference

main More...

#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".


Detailed Description

main

Contains the main method.

ca. 01/01/2006
Sven Kreiss


Function Documentation

void bk_LED int8_t  value  ) 
 

Function to connect to property "Backlight brightness".

Form defined through the first function-pointer in struct menue_prop_struct in menu.h.

00086 {
00087     if(value >= 1 && value <= 11) OCR2 = (value-1) * 12;    //10*12 = 120
00088 }


Generated on Fri Aug 11 21:47:32 2006 for OpenOsci by  doxygen 1.4.6