Private
Public Access
2
0

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:
Brendan Le Foll
2014-05-20 15:39:58 +01:00
parent 7abd8f5529
commit 521b6817d7
4 changed files with 32 additions and 2 deletions

View File

@@ -24,4 +24,7 @@
import pymaa
print (pymaa.getVersion())
x = pymaa.Gpio(13)
x.dir(pymaa.DIR_OUT)
x.write(1)