mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
11 lines
723 B
Text
11 lines
723 B
Text
|
digraph "masstorage.cpp"
|
||
|
{
|
||
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
||
|
Node1 [label="masstorage.cpp",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
|
||
|
Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||
|
Node2 [label="masstorage.h",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$masstorage_8h.html"];
|
||
|
Node2 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||
|
Node3 [label="Usb.h",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$_usb_8h.html"];
|
||
|
}
|