diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-01 22:18:26 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-01 22:18:26 +0200 |
commit | 223894c7305a084130edfba75108c87b2c453691 (patch) | |
tree | 24c6110430cabc81c27584425e5fcca51c4e387b /Mussel/examples/seconds | |
parent | aaf35ec4d317224b6fa9a226479f0d56fc266eb0 (diff) |
add library as appendix; add diagrams to library; drop individual mussel sketches
Diffstat (limited to 'Mussel/examples/seconds')
-rw-r--r-- | Mussel/examples/seconds/seconds.puml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Mussel/examples/seconds/seconds.puml b/Mussel/examples/seconds/seconds.puml new file mode 100644 index 0000000..578983c --- /dev/null +++ b/Mussel/examples/seconds/seconds.puml @@ -0,0 +1,16 @@ +@startuml +'start +:instantiate object; +group init +:activate object; +:fetch and print object description; +end group +while (repeat every few millisecond) +group loop { +:fetch and print gape angle; +:wait 1s; +end group +endwhile +-[hidden]-> +kill +@enduml |