Difference between revisions of "Test"

From
Jump to: navigation, search
Line 9: Line 9:
 
D01;
 
D01;
  
D02->ENC1;
 
D03->ENC2;
 
  
D04->TRIG;
 
D05->ECHO;
 
D06;
 
D07->STBY;
 
D08;
 
D09;
 
D10;
 
D11;
 
D12;
 
D13->LED;
 
 
label = "controller";
 
label = "controller";
 
}
 
}
Line 38: Line 26:
 
color=blue
 
color=blue
 
}
 
}
start -> a0;
 
start -> b0;
 
a1 -> b3;
 
b2 -> a3;
 
a3 -> a0;
 
a3 -> end;
 
b3 -> end;
 
  
 +
 +
subgraph cluster_2 {
 +
                P;
 +
                N;
 +
color=green;
 +
node [style=filled];
 +
label = "battery";
 +
color=blue
 +
}
 
start [shape=Mdiamond];
 
start [shape=Mdiamond];
 
end [shape=Msquare];
 
end [shape=Msquare];
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 15:50, 13 May 2018

The ImageMap extension is not installed.