Mood_lamp
mood_logic.h
Go to the documentation of this file.
1 
25 #ifndef __MOOD_LOGIC_H__
26 #define __MOOD_LOGIC_H__
27 
28 //#include <stm8s.h>
29 
42 #define RGB_ONE_COLOR_PROBABILITY 1
43 #define RGB_TWO_COLORS_PROBABILITY 1
44 #define RGB_THREE_COLORS_PROBABILITY 1
45 #define RGB_ONE_COLOR_AND_RANDOM_PROBABILITY 2
46 #define RGB_TWO_COLORS_AND_RANDOM_PROBABILITY 2
47 
49 void rgb_handle();
50 
52 
53 #endif /* __MOOD_LOGIC_H__ */
void rgb_handle()
Mood lamp logic handler.
Definition: mood_logic.c:45