view py/gpio.py @ 297:ca06059e76de

merge
author Matt Johnston <matt@ucc.asn.au>
date Sat, 06 Jul 2019 18:37:21 +0800
parents d9e81a563923
children
line wrap: on
line source

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