Created
September 19, 2017 16:13
-
-
Save StoneCypher/3693ea342f219720822442bf15b568a3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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