view py/gpio.py @ 285:9e2181e3ce6d

back to w1_bus_master1
author Matt Johnston <matt@ucc.asn.au>
date Fri, 17 Feb 2017 21:22:59 +0800
parents d9e81a563923
children
line wrap: on
line source

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