aboutsummaryrefslogtreecommitdiff
path: root/report.qmd
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-02-25 21:33:24 +0100
committerJonas Smedegaard <dr@jones.dk>2025-02-25 21:33:24 +0100
commitee0b045db19668e1d06a73386df2cf04a129d9a0 (patch)
tree07c4726fc1b0137a86768b606bef3e2df007c52d /report.qmd
parent96a5c10a8b01e3402cc7df78c76463f1e8d883de (diff)
add code as appendices
Diffstat (limited to 'report.qmd')
-rw-r--r--report.qmd27
1 files changed, 27 insertions, 0 deletions
diff --git a/report.qmd b/report.qmd
index f729d6b..5d7eeca 100644
--- a/report.qmd
+++ b/report.qmd
@@ -71,3 +71,30 @@ TODO
TODO
# Bibliography {.appendix}
+
+\begingroup
+\raggedright
+::: {#refs}
+:::
+\endgroup
+
+\appendix
+
+# Arduino example code {.appendix}
+
+## ESP32 → BLE → iBeacon
+
+```{.c include="iBeacon/iBeacon.ino" code-line-numbers="true"}
+```
+
+# Arduino project code {.appendix}
+
+## mussel 1
+
+```{.c include="mussel1/mussel1.ino" code-line-numbers="true"}
+```
+
+## mussel 2
+
+```{.c include="mussel2/mussel2.ino" code-line-numbers="true"}
+```