view py/gpio.py @ 633:490e9e15b98c rust

move some bits to riker
author Matt Johnston <matt@ucc.asn.au>
date Wed, 04 Sep 2019 23:24:13 +0800
parents d9e81a563923
children
line wrap: on
line source

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