update documentation

This commit is contained in:
Michael Davidsaver
2014-06-16 17:55:15 -04:00
parent 9b5b9687b4
commit ee2cb409c2
11 changed files with 121 additions and 33 deletions

8
testApp/cntmod.py Normal file
View File

@@ -0,0 +1,8 @@
class MySupport:
def __init__(self, rec, link):
pass
def detach(self, rec):
pass
def process(self, rec, reason):
rec.VAL = rec.VAL + 1
build = MySupport

5
testApp/cntrec.db Normal file
View File

@@ -0,0 +1,5 @@
record(longin, "test:count") {
field(DTYP, "Python Device")
field(INP , "@cntmod")
field(SCAN, "1 second")
}