aboutsummaryrefslogtreecommitdiff
path: root/docs/share
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-23 13:32:29 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-23 13:32:29 +0200
commit8b1f8a5b42a5a1ac5450cba1dbcbb5fd4bf3064c (patch)
treea5d0edc59c70571e718441071a6e118d1edcbb98 /docs/share
parent648d87ea98ec39d5745d36a0b5c5078cd9491211 (diff)
parentf4e7a23309797c56baf6be3a9e99e74596223474 (diff)
Merge branch 'wip/docs' into wip/rp2040-good-ending
Diffstat (limited to 'docs/share')
-rw-r--r--docs/share/refs.bib19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/share/refs.bib b/docs/share/refs.bib
index 1c37465..481d4d1 100644
--- a/docs/share/refs.bib
+++ b/docs/share/refs.bib
@@ -200,3 +200,22 @@
publisher = {Avans University of Applied Sciences},
year = {2022},
}
+
+@online{Joh21,
+ author = {Johnston, P.},
+ title = {Embedded systems testing resources},
+ url = {https://embeddedartistry.com/blog/2018/10/18/embedded-systems-testing-resources/},
+ month = jun,
+ msbib-day = {10},
+ msbib-accessed = {2024-02-25},
+ year = {2021},
+}
+
+@online{RPI23,
+ title = {Hardware APIs - Hardware I2C},
+ url = {https://www.raspberrypi.com/documentation/pico-sdk/hardware.html#hardware_i2c},
+ month = jun,
+ msbib-day = {14},
+ year = {2023},
+ msbib-accessed = {2024-05-11},
+}