Skip to content

Instantly share code, notes, and snippets.

@StoneCypher
Created September 19, 2017 16:13
Show Gist options
  • Save StoneCypher/3693ea342f219720822442bf15b568a3 to your computer and use it in GitHub Desktop.
Save StoneCypher/3693ea342f219720822442bf15b568a3 to your computer and use it in GitHub Desktop.
machine_name : "Semaforo";
machine_version : 1.0.0;
machine_author : "Lorenzo Franchini";
machine_license : MIT;
machine_language : it;
fsl_version : 1.0.0;
graph_layout : dot;
Spento 'Accendere' -> Rosso;
Rosso 'Procedere' => Verde 'Procedere' => Giallo 'Procedere' => Rosso;
[Verde Giallo Rosso] 'Spegnere' ~> Spento;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment