summaryrefslogtreecommitdiff
path: root/digital/io/doc/loadBall.dot
blob: 3ce6ae93408ec26b4cfdfac34123aec1f2911dbf (plain)
1
2
3
4
5
6
7
8
/* IO.avr module. Charge balls Final State Machine */
digraph loadBallFsm 
{
	node [color=lightblue2, style=filled];
	"Rotate arm" -> "Go backward" [label = "desired balls loaded"];
	"Go backward" -> "Stop arm" [label = "Poisition reached"];
	"Stop arm" -> End [label = "arm stopped\narm at init position"];
}