mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
9 lines
528 B
Text
9 lines
528 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="Print",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled"];
|
|
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node2 [label="Max_LCD",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$class_max___l_c_d.html"];
|
|
}
|