aboutsummaryrefslogtreecommitdiff
path: root/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml
diff options
context:
space:
mode:
Diffstat (limited to 'Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml')
-rw-r--r--Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml10
1 files changed, 7 insertions, 3 deletions
diff --git a/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml b/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml
index 18165ea..e65d30c 100644
--- a/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml
+++ b/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml
@@ -7,16 +7,20 @@ group init
:setup network beacon service;
end group
split
-while (each ½s)
+while (each 500ms)
group loop {
-:read gape angle;
+:read sensors;
+:normalize sensor data
+as a gape angle;
:add gape angle to beacon;
end group
endwhile
-[hidden]->
kill
split again
-:publish beacon;
+while (each 100ms)
+:broadcast beacon;
+endwhile
-[hidden]->
kill
@enduml