mirror of
https://github.com/SMFSW/cI2C
synced 2024-11-12 21:58:51 +01:00
5be682b96f
Commit: b079e7997d
10 lines
636 B
Plaintext
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";
|
|
Node43 [label="I2C_set_speed",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
|
|
Node43 -> Node44 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node44 [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) "];
|
|
}
|