Private
Public Access
2
0

hello_gpio.py: fix python example

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-25 09:10:27 +01:00
parent 1d35f750e7
commit a0efbec625

View File

@@ -26,5 +26,5 @@ import pymaa
x = pymaa.gpio_t()
print(x.pin)
gpio_init(x, 20)
pymaa.gpio_init(x, 20)
print(x.pin)