diff options
author | Galin Simeonov <gts@volconst.com> | 2021-06-01 18:21:02 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-07-15 18:03:43 +0300 |
commit | 85b23fbee717f047af5a89eac6f4dba8e7812524 (patch) | |
tree | dc88ef3f4cb826f4f3a3c9e12c67562878460aa5 /tests/test | |
parent | 255a49ba5a41b3854dbdfebdec75fb6229450507 (diff) | |
download | MEGATRON-85b23fbee717f047af5a89eac6f4dba8e7812524.tar.gz |
restructuring
Diffstat (limited to 'tests/test')
-rw-r--r-- | tests/test | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,10 +1,11 @@ + machine flicker [ states [ light_off , light_on ]; + events [ one_second ]; starting on light_on; - events [ one_second ]; transitions [ from light_on to light_off on event one_second |