Mercurial > templog
diff py/config.py @ 228:d9e81a563923
porting to asyncio
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 20 Mar 2015 20:12:25 +0800 |
parents | 251524081924 |
children | 0a1b642e3086 |
line wrap: on
line diff
--- a/py/config.py Sat Feb 28 00:14:21 2015 +0800 +++ b/py/config.py Fri Mar 20 20:12:25 2015 +0800 @@ -13,7 +13,7 @@ PARAMS_FILE = os.path.join(os.path.dirname(__file__), 'tempserver.conf') SENSOR_BASE_DIR = '/sys/devices/w1_bus_master1' -FRIDGE_GPIO = '/sys/devices/virtual/gpio/gpio17' +FRIDGE_GPIO_PIN = 17 WORT_NAME = '28-0000042cf4dd' FRIDGE_NAME = '28-0000042cccc4' AMBIENT_NAME = '28-0000042c6dbb'