view py/gpio.py @ 574:329e65ea1edc

Change colours
author Matt Johnston <matt@ucc.asn.au>
date Tue, 17 Nov 2015 22:24:28 +0800
parents dd8895652485
children
line wrap: on
line source

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