diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-02-25 21:33:24 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-02-25 21:33:24 +0100 |
commit | ee0b045db19668e1d06a73386df2cf04a129d9a0 (patch) | |
tree | 07c4726fc1b0137a86768b606bef3e2df007c52d /report.qmd | |
parent | 96a5c10a8b01e3402cc7df78c76463f1e8d883de (diff) |
add code as appendices
Diffstat (limited to 'report.qmd')
-rw-r--r-- | report.qmd | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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"} +``` |