view py/gpio.py @ 288:95f704ce809d

start/end for debug
author Matt Johnston <matt@ucc.asn.au>
date Thu, 01 Feb 2018 23:49:48 +0800
parents d9e81a563923
children
line wrap: on
line source

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