diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-18 01:24:05 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-18 01:24:05 +0200 |
commit | 6ca4ff06867aa5d7354615c828bd83234d827ff2 (patch) | |
tree | 6a42f307f09e05491f8e1eb9bf157e13916dad8d /Mussel/examples/voting/voting.puml | |
parent | ea3988c911b467cbabe38cb9c3e6d0013b53965d (diff) |
rop Mussel library; move Arduino sketches below Arduino/
Diffstat (limited to 'Mussel/examples/voting/voting.puml')
-rw-r--r-- | Mussel/examples/voting/voting.puml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Mussel/examples/voting/voting.puml b/Mussel/examples/voting/voting.puml deleted file mode 100644 index 8460d90..0000000 --- a/Mussel/examples/voting/voting.puml +++ /dev/null @@ -1,15 +0,0 @@ -@startuml -'start -:instantiate object; -group init -:activate object; -end group -while (each ½s) -group loop { -:register 3 fake votes; -:fetch and print voting tally; -end group -endwhile --[hidden]-> -kill -@enduml |