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
|
<?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="184pt" height="44pt"
viewBox="0.00 0.00 184.00 44.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 40)">
<title>%3</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-40 180,-40 180,4 -4,4"/>
<!-- pwmled -->
<g id="node1" class="node"><title>pwmled</title>
<polygon fill="#2980b9" stroke="#2980b9" points="63,-36 0,-36 0,-0 63,-0 63,-36"/>
<text text-anchor="middle" x="31.5" y="-15.5" font-family="Arial" font-size="10.00" fill="#ffffff">PWM LED</text>
</g>
<!-- Potentiometer -->
<g id="node2" class="node"><title>Potentiometer</title>
<polygon fill="#2980b9" stroke="#2980b9" points="176,-36 99,-36 99,-0 176,-0 176,-36"/>
<text text-anchor="middle" x="137.5" y="-15.5" font-family="Arial" font-size="10.00" fill="#ffffff">Potentiometer</text>
</g>
<!-- Potentiometer->pwmled -->
<g id="edge1" class="edge"><title>Potentiometer->pwmled</title>
<path fill="none" stroke="black" d="M98.9536,-18C90.598,-18 81.7016,-18 73.2251,-18"/>
<polygon fill="black" stroke="black" points="73.1585,-14.5001 63.1585,-18 73.1584,-21.5001 73.1585,-14.5001"/>
</g>
</g>
</svg>
|