diff options
author | Galin Simeonov <gts@volconst.com> | 2021-05-31 22:02:10 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-07-15 18:00:15 +0300 |
commit | 255a49ba5a41b3854dbdfebdec75fb6229450507 (patch) | |
tree | 616ea5786cb91d03ef609d32b402941dc30e926b /test | |
parent | f768d9bdb84e846d89aac66a4f3433a44241c298 (diff) | |
download | MEGATRON-255a49ba5a41b3854dbdfebdec75fb6229450507.tar.gz |
added cmake file
Diffstat (limited to 'test')
-rw-r--r-- | test | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -1,16 +0,0 @@ -machine flicker -[ - states [ light_off , light_on ]; - - starting on light_on; - - events [ one_second ]; - transitions - [ - from light_on to light_off on event one_second - execute turn_off_light; - from light_off to light_on on event one_second - execute turn_on_light; - ]; -]; - |