Rev 1439 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1439 | Rev 1978 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | #define ACT_RGBW_DEMO_STATE_GOBACK 3 |
30 | #define ACT_RGBW_DEMO_STATE_GOBACK 3 |
| 31 | 31 | ||
| 32 | #define ACT_RGBW_MAX_DIM 10000UL |
32 | #define ACT_RGBW_MAX_DIM 10000UL |
| 33 | #define ACT_RGBW_MIN_DIM 0 |
33 | #define ACT_RGBW_MIN_DIM 0 |
| 34 | 34 | ||
| 35 | |
35 | #ifndef act_RGBW_USEEEPROM |
| - | 36 | #define act_RGBW_USEEEPROM 0 |
|
| - | 37 | #endif |
|
| - | 38 | ||
| - | 39 | #if act_RGBW_USEEEPROM==1 |
|
| 36 | struct act_RGBW_Data{ |
40 | struct act_RGBW_Data{ |
| 37 | ///TODO: Define EEPROM variables needed by the module |
41 | ///TODO: Define EEPROM variables needed by the module |
| 38 | uint16_t ch1; |
42 | uint16_t ch1; |
| 39 | uint16_t ch2; |
43 | uint16_t ch2; |
| 40 | uint16_t ch3; |
44 | uint16_t ch3; |