view py/gpio.py @ 558:9f659ece4e63

a few more parameters
author Matt Johnston <matt@ucc.asn.au>
date Tue, 09 Jun 2015 21:22:10 +0800
parents dd8895652485
children
line wrap: on
line source

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