Subversion Repositories HomeAutomation

Rev

Rev 578 | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

# Application specific configuration file
# All parameters required by library code should be defined here

# Temperature sensor IDs, 6 bits
TEMPSENSORID_1=0x01
TEMPSENSORID_2=0x02
TEMPSENSORID_3=0x03
TEMPSENSORID_4=0x04
TEMPSENSORID_5=0x05

LIGHTSENSORID_1=0x01

USE_DS18S20=1
#USE_TC1047=1
#USE_LDR=1

DS_SEND_PERIOD=10000
DS_SEND_DELAY=2000
TC_SEND_PERIOD=10000
LDR_SEND_PERIOD=10000