comparison py/gpio.py @ 527:dd8895652485

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
526:1f25c9d97111 527:dd8895652485
1 try:
2 from gpio_rpi import *
3 except ImportError:
4 from gpio_test import *