From ed3ac0eb11a04630f7f08124a484a854eea13569 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 13 Apr 2025 13:03:53 +0200 Subject: rename and describe bluetooth examples --- .../read_to_EddystoneTLM/read_to_EddystoneTLM.puml | 26 ---------------------- 1 file changed, 26 deletions(-) delete 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 deleted file mode 100644 index 3f033d1..0000000 --- a/Mussel/examples/read_to_EddystoneTLM/read_to_EddystoneTLM.puml +++ /dev/null @@ -1,26 +0,0 @@ -@startuml -'start -:instantiate mussel object; -:instantiate bluetooth object; -group init -:setup mussel sensors; -:setup bluetooth beacon; -end group -split -while (each 500ms) -group loop { -:read sensors; -:normalize sensor data -as a gape angle; -:add gape angle to beacon; -end group -endwhile --[hidden]-> -kill -split again -while (each 100ms) -:broadcast beacon; -endwhile --[hidden]-> -kill -@enduml -- cgit v1.2.3