Subversion Repositories HomeAutomation

Rev

Rev 1125 | Details | Compare with Previous | Last modification | View Log | SVN | RSS feed

Rev Author Line No. Line
819 migan 1
## Section application -- Do not edit this line
2
 
3
# Application specific configuration file
4
# All parameters required by library code should be defined here
5
 
911 arune 6
# Support for printf-over-can, read more at http://projekt.auml.se/homeautomation:software:embedded:avr:module#printf_over_can
7
CAN_PRINTF=0
8
 
819 migan 9
MODULE_APPLICATION=1
10
TIMER_USE_TIMER=2
11
TIMER_TICKFREQ=1000
12
STDCAN_HEARTBEAT_PERIOD=10000
13
APP_HEARTBEAT_TIMER=<TIMER>
14
 
15
# This must be last in this section
16
 
17
TIMER_NUM_TIMERS=<NUMBER_OF_TIMERS>
18
NUMBER_OF_MODULES=<NUMBER_OF_MODULES>
1128 linlun 19
PCINT_NUM_PCINTS=<NUMBER_OF_PCINTS>
819 migan 20
 
1125 linlun 21
 
911 arune 22
## End section application -- Do not edit this line