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

10 lines
636 B
Plaintext

digraph "I2C_set_speed"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node33 [label="I2C_set_speed",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
Node33 -> Node34 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node34 [label="I2C_reset",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$ci2c_8c.html#a2c25bc5fdf909b7d45d722970eb04d82",tooltip="I2C bus reset (Release SCL and SDA lines and re-enable module) "];
}