Rev 801 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 801 | Rev 804 | ||
|---|---|---|---|
| Line 3... | Line 3... | ||
| 3 | 3 | ||
| 4 | # config.inc.template will be copied to your node folder as config.inc at compile |
4 | # config.inc.template will be copied to your node folder as config.inc at compile |
| 5 | # and then you may edit config.inc in your node folder (personal/nodeXYZ/) for settings |
5 | # and then you may edit config.inc in your node folder (personal/nodeXYZ/) for settings |
| 6 | 6 | ||
| 7 | # -- Application specific |
7 | # -- Application specific |
| - | 8 | MODULE_APPLICATION=1 |
|
| 8 | TIMER_NUM_TIMERS=3 |
9 | TIMER_NUM_TIMERS=3 |
| 9 | TIMER_USE_TIMER=2 |
10 | TIMER_USE_TIMER=2 |
| 10 | TIMER_TICKFREQ=1000 |
11 | TIMER_TICKFREQ=1000 |
| 11 | APP_HEARTBEAT_TIMER=0 |
12 | APP_HEARTBEAT_TIMER=0 |
| 12 | STDCAN_HEARTBEAT_PERIOD=10000 |
13 | STDCAN_HEARTBEAT_PERIOD=10000 |
| 13 | 14 | ||
| 14 | 15 | ||
| 15 | # -- Modules specific |
16 | # -- Modules specific |
| 16 |
|
17 | NUMBER_OF_MODULES=1 |
| 17 | 18 | ||
| 18 | ## -- sns_ds18x20 specific |
19 | ## -- sns_ds18x20 specific |
| 19 | #OW_PIN=PD6 |
20 | #OW_PIN=PD6 |
| 20 | #OW_IN=PIND |
21 | #OW_IN=PIND |
| 21 | #OW_OUT=PORTD |
22 | #OW_OUT=PORTD |