quick-hack rudimentary ability to control color and brightness with
[moodlight.git] / ledpwm.h
index 2b9dc2f640aaf4d60161c43dce73d7f6edb61d94..7863ba1d6da141ecb4d0c99eb3d5f963b0f3f4f6 100644 (file)
--- 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);
 
This page took 0.044506 seconds and 4 git commands to generate.