Rev 405 | Rev 480 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 405 | Rev 447 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | 30 | ||
| 31 | /* defines */ |
31 | /* defines */ |
| 32 | #define GROUP_ID 0x01L // FIXME |
32 | #define GROUP_ID 0x01L // FIXME |
| 33 | 33 | ||
| 34 | #define FAILSAFE_MODE 0x0F |
34 | #define FAILSAFE_MODE 0x0F |
| 35 | #define FAILSAFE_TRESHOLD |
35 | #define FAILSAFE_TRESHOLD 0x60 /* Degrees celcius when nodeBlinds goes into failsafe mode */ |
| 36 | 36 | ||
| 37 | #define BLINDS_CMD_ABS 0x01 /* Absolute position */ |
37 | #define BLINDS_CMD_ABS 0x01 /* Absolute position */ |
| 38 | #define BLINDS_CMD_REL 0x02 /* Relative position */ |
38 | #define BLINDS_CMD_REL 0x02 /* Relative position */ |
| 39 | #define BLINDS_CMD_START 0x03 /* Start turning RC-servo */ |
39 | #define BLINDS_CMD_START 0x03 /* Start turning RC-servo */ |
| 40 | #define BLINDS_CMD_STOP 0x04 /* Stop turning RC-servo */ |
40 | #define BLINDS_CMD_STOP 0x04 /* Stop turning RC-servo */ |