From 6ca4ff06867aa5d7354615c828bd83234d827ff2 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 18 Apr 2025 01:24:05 +0200 Subject: rop Mussel library; move Arduino sketches below Arduino/ --- vote/vote.puml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 vote/vote.puml (limited to 'vote/vote.puml') diff --git a/vote/vote.puml b/vote/vote.puml deleted file mode 100644 index a4958f7..0000000 --- a/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 -- cgit v1.2.3