Difference between revisions of "Test"
(Created page with "<graphviz> digraph G4 { subgraph cluster_0 { style=filled; color=lightgrey; node [style=filled,color=white]; a0 -> a1 -> a2 -> a3; label = "process #1"; } subgr...") |
|||
(39 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<graphviz> | <graphviz> | ||
digraph G4 { | digraph G4 { | ||
+ | rankdir=LR | ||
+ | subgraph cluster_0 { | ||
+ | color=green; | ||
+ | rankdir=LR; | ||
+ | node [style=filled,color=green]; | ||
+ | VIN; | ||
+ | V5V; | ||
+ | GNDC; | ||
+ | D00; | ||
+ | |||
+ | D04; | ||
+ | D05; | ||
+ | D06; | ||
+ | D07; | ||
+ | D08; | ||
+ | D09; | ||
+ | D10; | ||
+ | D11; | ||
+ | D12; | ||
− | + | label = "controller"; | |
− | |||
− | |||
− | |||
− | |||
− | label = " | ||
} | } | ||
subgraph cluster_1 { | subgraph cluster_1 { | ||
+ | color=red; | ||
+ | node [style=filled,color=red]; | ||
+ | VM; | ||
+ | VCC; | ||
+ | GNDD; | ||
+ | AIN1; | ||
+ | AIN2; | ||
+ | PWMA; | ||
+ | BIN1; | ||
+ | BIN2; | ||
+ | PWMB; | ||
+ | STBY; | ||
+ | label = "driver"; | ||
+ | } | ||
+ | |||
+ | |||
+ | subgraph cluster_2 { | ||
+ | P [shape=Msquare]; | ||
+ | N [shape=Msquare]; | ||
+ | color=green; | ||
node [style=filled]; | node [style=filled]; | ||
− | + | label = "battery"; | |
− | label = " | ||
color=blue | color=blue | ||
} | } | ||
− | + | subgraph cluster_3 { | |
− | + | ECHO; | |
− | + | TRIG; | |
− | + | VCCU; | |
− | + | GNDU; | |
− | + | color=green; | |
− | + | node [style=filled]; | |
+ | label = "Ultrasuoni"; | ||
+ | } | ||
+ | P->VIN; | ||
+ | N->GNDC; | ||
+ | GNDC->GNDD; | ||
+ | VIN->VM; | ||
+ | V5V->VCC; | ||
− | + | V5V->VCCU; | |
− | + | GNDC->GNDU; | |
+ | D10->TRIG; | ||
+ | ECHO->D04; | ||
+ | D08->AIN1; | ||
+ | D09->AIN2; | ||
+ | D05->PWMA | ||
+ | D12->BIN1; | ||
+ | D11->BIN2; | ||
+ | D06->PWMB | ||
+ | D07->STBY; | ||
} | } | ||
</graphviz> | </graphviz> |
Latest revision as of 16:34, 13 May 2018
The ImageMap extension is not installed.