view py/gpio.py @ 583:dda1bef0632f

add dependencies
author Matt Johnston <matt@ucc.asn.au>
date Wed, 23 Mar 2016 21:34:44 +0800
parents dd8895652485
children
line wrap: on
line source

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