From: Brendan Le Foll Date: Fri, 25 Apr 2014 08:10:27 +0000 (+0100) Subject: hello_gpio.py: fix python example X-Git-Tag: v0.2.0~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0efbec6253e88421394584fa003a080c6b9abcd;p=contrib%2Fmraa.git hello_gpio.py: fix python example Signed-off-by: Brendan Le Foll --- diff --git a/examples/python/hello_gpio.py b/examples/python/hello_gpio.py index 022a528..a5913f9 100644 --- a/examples/python/hello_gpio.py +++ b/examples/python/hello_gpio.py @@ -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)