Browse Source

Rampage: Turn gate off if not rising or falling

tags/v0.4.0
Andrew Belt 7 years ago
parent
commit
402dc9f164
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/Rampage.cpp

+ 3
- 0
src/Rampage.cpp View File

@@ -134,6 +134,9 @@ void Rampage::step() {
}
}
}
else {
gate[c] = false;
}

if (!rising && !falling) {
out[c] = in;


Loading…
Cancel
Save