Rev 578 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed
# Application specific configuration file# All parameters required by library code should be defined here# NodeServo application settings.# Defines specific for one node/application# Servo IDs, 6 bitsSERVOID_1=0x01SERVOID_2=0x02SERVOID_3=0x03#TWO_BUTTON_MODE=1# As default nothing needs to be changed below here# Degrees celcius when the node goes into failsafe modeFAILSAFE_TRESHOLD=50# How long time after turning pwm should be active in millisecondsSERVO_FEED_TIME=5000# number of steps for each adjustmentSTEPS_PER_TURN_PERIOD=1# millisecondsTURN_PERIOD=9# set the highest and lowest pwm valuesPWM1_MIN_PULSE = 1000PWM1_MAX_PULSE = 2000PWM2_MIN_PULSE = 20PWM2_MAX_PULSE = 50PWM3_MIN_PULSE = 20PWM3_MAX_PULSE = 50