Details | Last modification | View Log | SVN | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1044 | arune | 1 | # Application specific configuration file |
| 2 | # All parameters required by library code should be defined here |
||
| 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 | |||
| 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 |
||
| 13 | TIMER_TICKFREQ=1000 |
||
| 14 | |||
| 15 | ADREG5VFEEDBACK=4 |
||
| 16 | ADCURRENTFEEDBACK=5 |
||
| 17 |