firmware/pwm_channels.h

Go to the documentation of this file.
00001 #ifndef pwm_Channels_h
00002 #define pwm_Channels_h
00003 
00020 #include <stdint.h>
00021 #include "channels.h"
00022 
00024 typedef uint8_t pwm_Channels_Brightness;
00025 
00027 enum { pwm_Channels_Brightness_Max = 31 };
00028 
00030 typedef struct S_pwm_Channels {
00031   pwm_Channels_Brightness channel[CHANNELS]; 
00032 } pwm_Channels;
00033 
00034 void pwm_Channels_init(void);
00035 void pwm_Channels_cleanup(void);
00036 void pwm_Channels_show(pwm_Channels channels);
00037 
00038 #endif
00039 

Generated on Mon Oct 2 19:31:17 2006 for USB-LED-Fader by  doxygen 1.4.7