From faa83d32ca7e665ed6b98b536606706fa8fe7a69 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Mon, 3 Mar 2008 23:31:57 +0100 Subject: Correct errors. --- digital/io/doc/chuteFsm.dot | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'digital/io/doc/chuteFsm.dot') 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"]; +} -- cgit v1.2.3