Imported files from METIS SVN
This commit is contained in:
20
epics/iocs/ISTTOKrpi/protocols/pcf8574.proto
Normal file
20
epics/iocs/ISTTOKrpi/protocols/pcf8574.proto
Normal file
@@ -0,0 +1,20 @@
|
||||
Terminator = "";
|
||||
LockTimeout = 500;
|
||||
ReplyTimeout = 100;
|
||||
ReadTimeout = 100;
|
||||
WriteTimeout = 100;
|
||||
MaxInput = 1;
|
||||
ExtraInput = Error;
|
||||
|
||||
rReg {
|
||||
out ${1};
|
||||
in "%.1r";
|
||||
}
|
||||
|
||||
## @init { rReg; }
|
||||
##
|
||||
wReg {
|
||||
out ${1} "%.1r";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user