Rev 801 | Blame | Last modification | View Log | SVN | RSS feed
# Application specific configuration file# All parameters required by library code should be defined here# config.inc.template will be copied to your node folder as config.inc at compile# and then you may edit config.inc in your node folder (personal/nodeXYZ/) for settings# -- Application specificMODULE_APPLICATION=1TIMER_NUM_TIMERS=3TIMER_USE_TIMER=2TIMER_TICKFREQ=1000APP_HEARTBEAT_TIMER=0STDCAN_HEARTBEAT_PERIOD=10000# -- Modules specificNUMBER_OF_MODULES=1## -- sns_ds18x20 specific#OW_PIN=PD6#OW_IN=PIND#OW_OUT=PORTD#OW_DDR=DDRDsns_ds18x20_ID=1sns_ds18x20_SEND_PERIOD=20000sns_ds18x20_SEND_DELAY=500sns_ds18x20_SEARCH_TIMEOUT=5sns_ds18x20_TIMER=1