summaryrefslogtreecommitdiff
path: root/digital/io/doc/chuteFsm.dot
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/doc/chuteFsm.dot')
-rw-r--r--digital/io/doc/chuteFsm.dot14
1 files changed, 7 insertions, 7 deletions
diff --git a/digital/io/doc/chuteFsm.dot b/digital/io/doc/chuteFsm.dot
index ede3fbe0..14ecbecb 100644
--- a/digital/io/doc/chuteFsm.dot
+++ b/digital/io/doc/chuteFsm.dot
@@ -1,9 +1,9 @@
/* IO.avr module. Chute Final State Machine */
-digraph chuteFsm
+digraph StdContenerFsm
{
- "Go to chute" -> "Go to the wall backward" [label = "Near the chute."];
- "Go to the wall backward" -> "Open chute" [label = "On the wall"];
- "Open chute" -> "Wait fixed time" [label = "Chute opened"];
- "Wait fixed time" -> "Close chute" [label = "Time out"];
- "Close chute" -> End [label = "Chute closed"];
-} \ No newline at end of file
+ "Go to std contener" -> "Go to the wall backward" [label = "Near the std contener."];
+ "Go to the wall backward" -> "Open std contener" [label = "On the wall"];
+ "Open std contener" -> "Wait fixed time" [label = "std contener opened"];
+ "Wait fixed time" -> "Close std contener" [label = "Time out"];
+ "Close std contener" -> End [label = "std contener closed"];
+}