1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.38.0 (20140413.2041)
-->
<!-- Title: %3 Pages: 1 -->
<svg width="279pt" height="98pt"
viewBox="0.00 0.00 278.99 98.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 94)">
<title>%3</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-94 274.994,-94 274.994,4 -4,4"/>
<!-- Motor -->
<g id="node1" class="node"><title>Motor</title>
<polygon fill="#2980b9" stroke="#2980b9" points="162,-63 108,-63 108,-27 162,-27 162,-63"/>
<text text-anchor="middle" x="135" y="-42.5" font-family="Arial" font-size="10.00" fill="#ffffff">Motor</text>
</g>
<!-- Servo -->
<g id="node2" class="node"><title>Servo</title>
<polygon fill="#2980b9" stroke="#2980b9" points="63,-90 9,-90 9,-54 63,-54 63,-90"/>
<text text-anchor="middle" x="36" y="-69.5" font-family="Arial" font-size="10.00" fill="#ffffff">Servo</text>
</g>
<!-- Motor->Servo -->
<g id="edge2" class="edge"><title>Motor->Servo</title>
<path fill="none" stroke="black" d="M107.75,-52.3066C97.0751,-55.2781 84.5636,-58.7606 73.0549,-61.9641"/>
<polygon fill="black" stroke="black" points="71.9658,-58.6341 63.2706,-64.6876 73.8429,-65.3778 71.9658,-58.6341"/>
</g>
<!-- buzzer -->
<g id="node3" class="node"><title>buzzer</title>
<polygon fill="#2980b9" stroke="#2980b9" points="72,-36 0,-36 0,-0 72,-0 72,-36"/>
<text text-anchor="middle" x="36" y="-15.5" font-family="Arial" font-size="10.00" fill="#ffffff">Tonal buzzer</text>
</g>
<!-- Motor->buzzer -->
<g id="edge3" class="edge"><title>Motor->buzzer</title>
<path fill="none" stroke="black" d="M107.75,-37.6934C99.7604,-35.4694 90.7417,-32.959 81.8847,-30.4937"/>
<polygon fill="black" stroke="black" points="82.5894,-27.0568 72.0171,-27.747 80.7123,-33.8005 82.5894,-27.0568"/>
</g>
<!-- sin_values -->
<g id="node4" class="node"><title>sin_values</title>
<ellipse fill="#9ec6e0" stroke="#9ec6e0" cx="234.497" cy="-45" rx="36.4942" ry="18"/>
<text text-anchor="middle" x="234.497" y="-42.5" font-family="Arial" font-size="10.00" fill="#ffffff">sin_values</text>
</g>
<!-- sin_values->Motor -->
<g id="edge1" class="edge"><title>sin_values->Motor</title>
<path fill="none" stroke="black" d="M197.746,-45C189.492,-45 180.702,-45 172.42,-45"/>
<polygon fill="black" stroke="black" points="172.28,-41.5001 162.28,-45 172.28,-48.5001 172.28,-41.5001"/>
</g>
</g>
</svg>
|