Details | Last modification | View Log | SVN | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 563 | andfri | 1 | /***** DEPRECATED *****/ |
| 501 | eqlazer | 2 | /* |
| 3 | * NodeServo application settings. |
||
| 4 | * Defines specific for one node/application |
||
| 5 | */ |
||
| 6 | |||
| 7 | /* Servo IDs, 6 bits */ |
||
| 8 | #define SERVOID_1 0x01 |
||
| 9 | #define SERVOID_2 0x02 |
||
| 10 | #define SERVOID_3 0x03 |
||
| 11 | |||
| 12 | //#define TWO_BUTTON_MODE |
||
| 13 | |||
| 14 | /* |
||
| 15 | * As default nothing needs to be changed below here |
||
| 16 | */ |
||
| 17 | |||
| 18 | /* Degrees celcius when the node goes into failsafe mode */ |
||
| 19 | #define FAILSAFE_TRESHOLD 50 // degrees celcius |
||
| 20 | |||
| 21 | /* How long time after turning pwm should be active */ |
||
| 22 | #define SERVO_FEED_TIME 5000 // milliseconds |
||
| 23 | |||
| 502 | arune | 24 | #define STEPS_PER_TURN_PERIOD 1 // number of steps for each adjustment |
| 25 | #define TURN_PERIOD 9 // ms |
||
| 501 | eqlazer | 26 |