From c341c849cda12778292a9b27f9ea592a6ad8e7f5 Mon Sep 17 00:00:00 2001 From: AntonioBerna Date: Fri, 13 Feb 2026 18:14:47 +0100 Subject: [PATCH] docs: add SCCB spec and awesome-electronics --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5dd0a99..1da1ab0 100644 --- a/README.md +++ b/README.md @@ -538,6 +538,7 @@ Some popular microcontroller families include AVR, PIC, STM32, MSP430, nRF, and - [📘💎 Embedded Systems Design using the MSP430FR2355 LaunchPad - Brock J. LaMeres](https://link.springer.com/book/10.1007/978-3-030-40574-8) - [📘💎 Building Embedded Systems: Programmable Hardware - Changyi Gu](https://link.springer.com/book/10.1007/978-1-4842-1919-5) - [🔗 Awesome Embedded: A curated list of awesome embedded programming](https://github.com/nhivp/Awesome-Embedded) +- [🔗 Awesome Electronics: A curated list of electronics resources](https://github.com/kitspace/awesome-electronics) #### 🔵 GPIO @@ -681,6 +682,10 @@ Embedded systems often communicate with other devices or external systems via in #### 🔵 Display & Camera Protocols +##### 🔶 SCCB + +- [🔗 SCCB Specification (PDF)](https://people.ece.cornell.edu/land/courses/ece4760/FinalProjects/f2021/jfw225_aei23_dsb298/jfw225_aei23_dsb298/SCCBSpec_AN.pdf) + ##### 🔶 MIPI CSI-2 - [🔗 MIPI Camera Serial Interface 2](https://www.mipi.org/specifications/csi-2)