view py/gpio.py @ 614:e1bab5b36352 rust

using some refcells for the paramwaiter
author Matt Johnston <matt@ucc.asn.au>
date Tue, 07 Mar 2017 23:04:02 +0800
parents d9e81a563923
children
line wrap: on
line source

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