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:
@@ -24,7 +24,8 @@
|
||||
|
||||
import pymaa
|
||||
|
||||
pumaa.maa_init()
|
||||
x = pymaa.gpio_t()
|
||||
print(x.pin)
|
||||
pymaa.gpio_init(x, 20)
|
||||
pymaa.gpio_init(x, 8)
|
||||
print(x.pin)
|
||||
|
||||
Reference in New Issue
Block a user