aboutsummaryrefslogtreecommitdiff
path: root/Mussel/examples/vote/vote.puml
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-18 01:24:05 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-18 01:24:05 +0200
commit6ca4ff06867aa5d7354615c828bd83234d827ff2 (patch)
tree6a42f307f09e05491f8e1eb9bf157e13916dad8d /Mussel/examples/vote/vote.puml
parentea3988c911b467cbabe38cb9c3e6d0013b53965d (diff)
rop Mussel library; move Arduino sketches below Arduino/
Diffstat (limited to 'Mussel/examples/vote/vote.puml')
-rw-r--r--Mussel/examples/vote/vote.puml27
1 files changed, 0 insertions, 27 deletions
diff --git a/Mussel/examples/vote/vote.puml b/Mussel/examples/vote/vote.puml
deleted file mode 100644
index a4958f7..0000000
--- a/Mussel/examples/vote/vote.puml
+++ /dev/null
@@ -1,27 +0,0 @@
-@startuml
-:instantiate mussel object;
-:instantiate bluetooth object;
-group init
-:setup mussel voting;
-:setup bluetooth scanner;
-end group
-split
-while (each beacon detected)
-group "bluetooth callback" {
-:collect beacon data;
-end group
-endwhile
--[hidden]->
-kill
-split again
-while (each 500ms)
-group loop {
-:allign beacon data as ballots;
-:qualify ballots for a vote;
-:conclude vote result;
-:act on vote result;
-end group
-endwhile
--[hidden]->
-kill
-@enduml