python: include examples page for sphinx documentation that links to src examples
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -24,4 +24,7 @@
|
||||
|
||||
import pymaa
|
||||
|
||||
print (pymaa.getVersion())
|
||||
x = pymaa.Gpio(13)
|
||||
x.dir(pymaa.DIR_OUT)
|
||||
x.write(1)
|
||||
|
||||
Reference in New Issue
Block a user