view py/gpio.py @ 266:20c89630be6c

emergency change sensor config add --nowait. make only look for 28- devices (ds18b20)
author Matt Johnston <matt@ucc.asn.au>
date Sun, 05 Jul 2015 00:44:05 +0800
parents d9e81a563923
children
line wrap: on
line source

try:
	from gpio_rpi import *
except ImportError:
	from gpio_test import *