Rev 563 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 563 | Rev 581 | ||
|---|---|---|---|
| Line 1... | Line -... | ||
| 1 | /***** DEPRECATED *****/ |
- | |
| 2 |
|
1 | # Application specific configuration file |
| 3 |
|
2 | # All parameters required by library code should be defined here |
| 4 | * |
3 | |
| 5 |
|
4 | #Id for the RGB LED |
| 6 |
|
5 | THISRGBLEDID=0x01 |
| 7 | 6 | ||
| 8 | /* application software should not depend on the id of the physical node but for now lets do it like this */ |
- | |
| 9 | #define THISRGBLEDID 1 |
- | |