comparison 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
comparison
equal deleted inserted replaced
227:efb5cad2e98b 228:d9e81a563923
1 try:
2 from gpio_rpi import *
3 except ImportError:
4 from gpio_test import *