Solved PCF8574 READ/WRIE problem

This commit is contained in:
Bernardo Carvalho
2019-12-12 17:24:42 +00:00
parent 1189a07ed7
commit fa9fc97a32
5 changed files with 37 additions and 58 deletions

View File

@@ -248,10 +248,10 @@ record(mbbi, "$(P)$(R)STOPPINGSTATE") {
field(FRVL, "4")
field(FVVL, "5")
field(ZRST, "NonStopping")
field(ONST, "WaitManV")
field(TWST, "Stopping2")
field(THST, "StopEnd")
field(FRST, "Stopping4")
field(ONST, "WaitTMP")
field(TWST, "WaitManV")
field(THST, "Stopping3")
field(FRST, "StoppingEnd")
field(FVST, "Stopping5")
field(VAL, "0")
}