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)