Rev 563 | Details | Compare with Previous | Last modification | View Log | SVN | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 553 | andfri | 1 | # Application specific configuration file |
| 2 | # All parameters required by library code should be defined here |
||
| 780 | arune | 3 | |
| 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 |
||
| 6 | |||
| 553 | andfri | 7 | SERIAL_BAUDRATE=9600 |
| 8 | SERIAL_RX_BUFFER_SIZE=32 |
||
| 9 | SERIAL_TX_BUFFER_SIZE=64 |
||
| 10 | |||
| 11 | TIMER_NUM_TIMERS=3 |
||
| 12 | TIMER_USE_TIMER=2 |
||
| 556 | andfri | 13 | TIMER_TICKFREQ=1000 |