aboutsummaryrefslogtreecommitdiff
path: root/docs/share
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-24 08:10:55 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-24 08:10:55 +0200
commite5b2754593bc93987e93a4171b1bcd361b2f1eb6 (patch)
treef08774a15150b4405b0cca16b3eca81fe7ec2ad7 /docs/share
parent07ce1b3bb2d393d1ab69d471a76978036f714fce (diff)
parent7830fb636853564560df5ba330b23791655e4161 (diff)
Merge branch 'master' into wip/rp2040-good-ending
Diffstat (limited to 'docs/share')
-rw-r--r--docs/share/refs.bib27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/share/refs.bib b/docs/share/refs.bib
index 299d621..6386fec 100644
--- a/docs/share/refs.bib
+++ b/docs/share/refs.bib
@@ -227,3 +227,30 @@
year = {2024},
}
+@online{PICData,
+ title = {PIC16F15276 - 25.2.4.3},
+ url = {https://ww1.microchip.com/downloads/aemDocuments/documents/MCU08/ProductDocuments/DataSheets/PIC16F15256-74-75-76-Microcontroller-Data-Sheet-40002305.pdf},
+ author = {{Microchip}},
+ year = {2022},
+}
+
+@online{I2CESPAPI,
+ title = {I2C Driver - ESP32},
+ url = {https://docs.espressif.com/projects/esp-idf/en/v4.3/esp32/api-reference/peripherals/i2c.html},
+ author = {{Espressif Systems}},
+ year = {2021},
+}
+
+@online{I2CESPTECH,
+ title = {ESP32 Technical Reference Manual},
+ url = {https://www.espressif.com/sites/default/files/documentation/esp32_technical_reference_manual_en.pdf#i2c},
+ author = {{Espressif Systems}},
+ year = {2024},
+}
+
+@online{ESPSPECS,
+ title = {ESP32 Specifications},
+ url = {https://www.bitsandparts.nl/documentation/482/ESP32_Specifications_EN_v1.pdf},
+ author = {{Espressif Systems}},
+ year = {2015},
+}