view py/gpio.py @ 228:d9e81a563923

porting to asyncio
author Matt Johnston <matt@ucc.asn.au>
date Fri, 20 Mar 2015 20:12:25 +0800
parents
children
line wrap: on
line source

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