before the git gets fucked

This commit is contained in:
alexmadison
2022-04-04 17:35:34 +02:00
parent ea3f91d6de
commit a229dd00cf
35 changed files with 49389 additions and 16553 deletions

View File

@@ -2,7 +2,7 @@ watchall
system "echo '0'"
set t.a 0
set t.in 0
set t.s[0] 1
set t.s[1] 1
set t.s[2] 1
@@ -11,17 +11,17 @@ set t.s[3] 1
cycle
mode run
assert t.y 0
# assert t.out 0
system "echo '[] setting high'"
set t.a 1
set t.in 1
cycle
assert t.y 1
assert t.out 1
system "echo '[] setting low'"
set t.a 0
set t.in 0
cycle
assert t.y 0
assert t.out 0
system "echo '[] setting configs low'"
set t.s[0] 0
@@ -29,14 +29,14 @@ set t.s[1] 0
set t.s[2] 0
set t.s[3] 0
cycle
assert t.y 0
assert t.out 0
system "echo '[] setting high'"
set t.a 1
set t.in 1
cycle
assert t.y 1
assert t.out 1
system "echo '[] setting low'"
set t.a 0
set t.in 0
cycle
assert t.y 0
assert t.out 0