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 /mussel2/mussel2.puml | |
parent | aaf35ec4d317224b6fa9a226479f0d56fc266eb0 (diff) |
add library as appendix; add diagrams to library; drop individual mussel sketches
Diffstat (limited to 'mussel2/mussel2.puml')
-rw-r--r-- | mussel2/mussel2.puml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mussel2/mussel2.puml b/mussel2/mussel2.puml deleted file mode 100644 index 115d505..0000000 --- a/mussel2/mussel2.puml +++ /dev/null @@ -1,20 +0,0 @@ -@startuml -start -partition init { -:setup serial connection; -:print "ready"; -} -while (repeat every few millisecond) -partition loop { -:resolve currentSecond; -if (currentSecond mod 12 < 9 ?) equals (yes) then -:print "good"; -else (no) -:print "bad"; -endif -:wait 1s; -} -endwhile --[hidden]-> -kill -@enduml |