diff --git a/README.md b/README.md index 1802572..eb5aeda 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ The awesome list of things. - [Debugging with JTAG](https://www.actuatedrobots.com/debugging-with-jtag/) +### PCB Design + +- [How to design an ESP32 PCB with KiCad](https://www.youtube.com/watch?v=jiJGbWOSdMo) + ### Micropython - [Pure Micropython Display Driver](https://blog.lvgl.io/2019-08-05/micropython-pure-display-driver): Micropython API to *any* C library! Walk through shows specifically how to add ILI9341 LED Display support to micropython using an existing C lib.