view py/gpio.py @ 300:65a6b56fd18a

merge
author Matt Johnston <matt@ucc.asn.au>
date Mon, 27 Feb 2017 23:27:45 +0800
parents d9e81a563923
children
line wrap: on
line source

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