diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-13 13:03:53 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-13 13:03:53 +0200 |
commit | ed3ac0eb11a04630f7f08124a484a854eea13569 (patch) | |
tree | db1abdc77f1bca0d757d9f14d73830ff8509c400 /Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml | |
parent | 9c84a009850a06e090b258b6b160ca2cdb41706e (diff) |
rename and describe bluetooth examples
Diffstat (limited to 'Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml')
-rw-r--r-- | Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml b/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml deleted file mode 100644 index caafc05..0000000 --- a/Mussel/examples/voting_from_EddystoneTLM/voting_from_EddystoneTLM.puml +++ /dev/null @@ -1,28 +0,0 @@ -@startuml -'start -: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 |