From ed3ac0eb11a04630f7f08124a484a854eea13569 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 13 Apr 2025 13:03:53 +0200 Subject: rename and describe bluetooth examples --- Mussel/examples/vote/vote.puml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Mussel/examples/vote/vote.puml (limited to 'Mussel/examples/vote/vote.puml') diff --git a/Mussel/examples/vote/vote.puml b/Mussel/examples/vote/vote.puml new file mode 100644 index 0000000..a4958f7 --- /dev/null +++ b/Mussel/examples/vote/vote.puml @@ -0,0 +1,27 @@ +@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 -- cgit v1.2.3