aboutsummaryrefslogtreecommitdiff
path: root/docs/share/refs.bib
diff options
context:
space:
mode:
authorThomasintAnker <thomasintanker1@gmail.com>2024-06-21 15:03:06 +0200
committerThomasintAnker <thomasintanker1@gmail.com>2024-06-21 15:03:06 +0200
commitd38d1f7abd1b91b216172f1d356cec2124e62fac (patch)
treeca73fa4881c8389688f485d39c4fd879cfe30381 /docs/share/refs.bib
parentf121de7c7e3ca8f0dc526973a5ee2586485aad22 (diff)
WIP Added puzzle module i2c research
Diffstat (limited to 'docs/share/refs.bib')
-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 b6fe625..0af5f94 100644
--- a/docs/share/refs.bib
+++ b/docs/share/refs.bib
@@ -192,3 +192,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},
+}