view py/gpio.py @ 630:7e9041534891 rust

commit the comment
author Matt Johnston <matt@ucc.asn.au>
date Fri, 19 Apr 2019 13:58:56 +0800
parents d9e81a563923
children
line wrap: on
line source

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