mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
10 lines
567 B
Text
10 lines
567 B
Text
|
digraph "Graphical Class Hierarchy"
|
||
|
{
|
||
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
||
|
rankdir="LR";
|
||
|
Node1 [label="MAX3421e\< SPI_SS, INTR \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$class_m_a_x3421e.html"];
|
||
|
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||
|
Node2 [label="USB",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$class_u_s_b.html"];
|
||
|
}
|