view py/gpio.py @ 237:abc837a7e60f

gevent seems to work
author Matt Johnston <matt@ucc.asn.au>
date Wed, 06 May 2015 19:40:37 +0800
parents d9e81a563923
children
line wrap: on
line source

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