Skip to content

Instantly share code, notes, and snippets.

@kbumsik
Created October 11, 2017 15:56
Show Gist options
  • Save kbumsik/bf9e48f423ede7e85d44690b1d87a965 to your computer and use it in GitHub Desktop.
Save kbumsik/bf9e48f423ede7e85d44690b1d87a965 to your computer and use it in GitHub Desktop.
gravizo
graph G {
gnrc_sock [shape=box];
gnrc [shape=box];
netdev [shape=box label="winc1500_netdev.c"];
winc1500 [shape=box label="winc1500.c"];
api [shape=box label="WINC1500 API"];
gnrc_sock -- gnrc;
gnrc -- netdev;
netdev -- api;
winc1500 -- api ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment