aboutsummaryrefslogtreecommitdiff
path: root/Mussel/examples/read_to_EddystoneTLM
diff options
context:
space:
mode:
Diffstat (limited to 'Mussel/examples/read_to_EddystoneTLM')
-rw-r--r--Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml22
1 files changed, 22 insertions, 0 deletions
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