Subversion Repositories HomeAutomation

Rev

Rev 563 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 563 Rev 581
Line 1... Line -...
1
/***** DEPRECATED *****/
-
 
2
/* Help and description here?
1
# Application specific configuration file
3
 * Copy this file to settings.h and modify by need
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		
-