view py/gpio.py @ 240:c90190a380c6

sha256 hmac now
author Matt Johnston <matt@ucc.asn.au>
date Tue, 19 May 2015 23:56:56 +0800
parents d9e81a563923
children
line wrap: on
line source

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