X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=moodlight.git;a=blobdiff_plain;f=ledpwm.h;h=7863ba1d6da141ecb4d0c99eb3d5f963b0f3f4f6;hp=2b9dc2f640aaf4d60161c43dce73d7f6edb61d94;hb=ddf1553f4f7cac2d6d4510e231b53d6b48028a14;hpb=32eb657a83c04b4a7499c590936da752e5b8c15e diff --git a/ledpwm.h b/ledpwm.h index 2b9dc2f..7863ba1 100644 --- a/ledpwm.h +++ b/ledpwm.h @@ -1,4 +1,4 @@ -/* $Id: ledpwm.h,v 1.1 2010/06/26 19:08:18 simimeie Exp $ +/* $Id: ledpwm.h,v 1.2 2010/06/30 19:39:28 simimeie Exp $ * Functions for led brightness control via PWM (pulse width modulation). */ @@ -9,6 +9,11 @@ #define LEDPWM_GREENLED 2 #define LEDPWM_BLUELED 3 +extern uint8_t ledpwm_re; +extern uint8_t ledpwm_gr; +extern uint8_t ledpwm_bl; +extern uint8_t ledpwm_bri; + /* Init PWM (pins and timers) */ void ledpwm_init(void);