diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-02 07:31:45 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-02 07:31:45 +0200 |
commit | 07bd723c11be9f26176f84183f4c6258cfde1a0e (patch) | |
tree | 720836d4c43bd45e033ac35207d41fba16b32f03 /report.qmd | |
parent | 5b2308d66ff28ca978e47d256adb438d034d0ed5 (diff) |
add notes about TODO annotations; add component diagram
Diffstat (limited to 'report.qmd')
-rw-r--r-- | report.qmd | 34 |
1 files changed, 24 insertions, 10 deletions
@@ -24,7 +24,11 @@ breaks: false # Abstract -TODO +*TODO* + +*NOTE TO EDITORS: +TODO notes like this are annotations targeted authors and editors; +they are **not** intended for inclusion in the final delivery.* # Introduction @@ -83,21 +87,25 @@ under the Creative Commons crediting share-alike 4.0. # Project Planning -TODO +*TODO* # Analysis and Design -TODO +*TODO* # Description of the Program -Use of the library in a sketch... +The system consists of two parts, +the sensor system on each mussel +and the vote handling system... + +*TODO* ```{.plantuml} -!include Mussel/examples/seconds/seconds.puml +!include Mussel/components.puml ``` -TODO +*TODO* ## Library function `begin()` @@ -113,19 +121,25 @@ TODO # User Guide -TODO +Concrete use of the library in a sketch involves... +*TODO* + +```{.plantuml} +!include Mussel/examples/seconds/seconds.puml +``` +*TODO* # Testing -TODO +*TODO* # Discussion -TODO +*TODO* # Conclusion -TODO +*TODO* # Bibliography {.appendix} |