Messed up graph #7286
Messed up graph
#7286
Replies: 1 comment
-
|
Seems to be a limitation so for now I will use graphviz for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I add the missing link here (which goes the other direction), it collapses
graph LR subgraph dev1[Device 1] MOSI1[MOSI] MISO1[MISO] SCLK1[SCLK] SSCS1[SS/CS] end subgraph dev2[Device 2] MOSI2[MOSI] MISO2[MISO] SCLK2[SCLK] SSCS2[SS/CS] end MOSI1 --> MOSI2 %%MISO2 --> MISO1 SCLK1 --> SCLK2 SSCS1 --> SSCS2Code:
graph LR subgraph dev1[Device 1] MOSI1[MOSI] MISO1[MISO] SCLK1[SCLK] SSCS1[SS/CS] end subgraph dev2[Device 2] MOSI2[MOSI] MISO2[MISO] SCLK2[SCLK] SSCS2[SS/CS] end MOSI1 --> MOSI2 %%MISO2 --> MISO1 SCLK1 --> SCLK2 SSCS1 --> SSCS2Beta Was this translation helpful? Give feedback.
All reactions