1
0
mirror of https://github.com/SMFSW/cI2C synced 2024-05-29 07:08:07 +02:00
cI2C/html/ci2c_8h_add4eec772922da692bdbb84c354a3fa0_cgraph.dot
2018-05-04 10:44:31 +00:00

12 lines
1007 B
Plaintext

digraph "I2C_write_next"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node129 [label="I2C_write_next",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node129 -> Node130 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node130 [label="I2C_write",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#a83adef951ffd9fb5105216f6ee464bb9",tooltip="This function writes the provided data to the address specified. "];
Node129 -> Node131 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node131 [label="I2C_read",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8h.html#ad5e4a006f6cea5844a810fab30b40f87",tooltip="This function reads data from the address specified and stores this data in the area provided by the ..."];
}