view py/gpio.py @ 568:8eb16d97ed2b

more logging of overshoot
author Matt Johnston <matt@ucc.asn.au>
date Tue, 10 Nov 2015 23:25:03 +0800
parents dd8895652485
children
line wrap: on
line source

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