aboutsummaryrefslogtreecommitdiffhomepage
path: root/TUTORIAL.md
diff options
context:
space:
mode:
authorNicola Pisanti <[email protected]>2019-02-17 02:37:29 +0100
committerNicola Pisanti <[email protected]>2019-02-17 02:37:29 +0100
commite9dd1162c0fd4948078b59fa317da17b97ed5493 (patch)
treec79e286679827a1d13ad0d8e13d9de7ef9f1aac1 /TUTORIAL.md
parentaa8252fbeceadfb1f0336836b983eb5e24a15787 (diff)
downloadOrca-e9dd1162c0fd4948078b59fa317da17b97ed5493.tar.gz
Orca-e9dd1162c0fd4948078b59fa317da17b97ed5493.zip
adds capacitor and one shot counter to tutorial
Diffstat (limited to 'TUTORIAL.md')
-rw-r--r--TUTORIAL.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/TUTORIAL.md b/TUTORIAL.md
index 787f5b9..7cfbf9c 100644
--- a/TUTORIAL.md
+++ b/TUTORIAL.md
@@ -102,3 +102,26 @@ A rotating effector.
....U.
..U...
```
+
+## Capacitor
+
+Banging the lowercase `i` charges it, discharges a bang each n-1 times, n is 9 in the example.
+
+```
+3O.....
+..Y.i09
+..F01..
+.......
+```
+
+## One Shot Counter
+
+Banging the lowercase `x` triggers it, count ranges from the right `x` input to the last right `F` input.
+
+```
+24x0...
+14O....
+.F88...
+.*Y*h..
+....I0z
+```