From d9479641a67d5bd07001a1c0f015ad76ca53e5d1 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 9 Apr 2025 08:12:19 +0200 Subject: update and add diagrams --- .../read_to_EddystoneTLM/read_to_EddystoneTLM.puml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml (limited to 'Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml') diff --git a/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml b/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml new file mode 100644 index 0000000..18165ea --- /dev/null +++ b/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml @@ -0,0 +1,22 @@ +@startuml +'start +:instantiate object; +:instantiate network; +group init +:activate object; +:setup network beacon service; +end group +split +while (each ½s) +group loop { +:read gape angle; +:add gape angle to beacon; +end group +endwhile +-[hidden]-> +kill +split again +:publish beacon; +-[hidden]-> +kill +@enduml -- cgit v1.2.3