hello_gpio.py: fix python example
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user