examples: Update examples to use newer maa functions
* Use maa_init() before any other maa functions are called * Use ioNN instead of gpioXX, Using mapping Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
@@ -25,8 +25,9 @@
|
||||
import pymaa as maa
|
||||
import time
|
||||
|
||||
maa.maa_init()
|
||||
x = maa.gpio_t()
|
||||
maa.gpio_init(x, 26)
|
||||
maa.gpio_init(x, 8)
|
||||
maa.gpio_dir(x, "out")
|
||||
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user