From d534a7981a4e133dfab81a36e3d3cbc65a45fba2 Mon Sep 17 00:00:00 2001 From: rrxmzl Date: Sun, 11 Aug 2024 14:55:01 +0800 Subject: [PATCH] Paul McWhorter update new series of videos for arduino --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd0ec26..5e2ab98 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ If you do not have any background in programming the embedded systems, Arduino b Additionally, the [Arduino Core](https://github.com/arduino/ArduinoCore-API) takes care of most of the low-level hardware-associated operations that you, as an embedded engineer, should be able to handle yourself or at least have a clear understanding of. If you want to become a professional embedded developer, you should be able to effectively use industry-standard APIs and SDKs provided and approved by microcontroller vendors, such as CMSIS for ARM Cortex-M microcontrollers, STM32Cube for STM32, ESP-IDF for Espressif microcontrollers, etc. - [🔗 Getting Started with Arduino](https://docs.arduino.cc/learn/starting-guide/getting-started-arduino) +- [🎞️ All New Arduino R4 WiFi LESSONS for Absolute Beginners (YouTube Playlist)](https://www.youtube.com/playlist?list=PLGs0VKk2DiYyn0wN335MXpbi3PRJTMmex) - [🎞️ New Arduino Tutorials (YouTube Playlist)](https://youtube.com/playlist?list=PLGs0VKk2DiYw-L-RibttcvK-WBZm8WLEP) - [🎞️ Arduino in a commercial product?](https://www.youtube.com/watch?v=c5LzsqeSCAc) - [🎞️ Arduino Project to Product (YouTube Playlist)](https://www.youtube.com/playlist?list=PLEBQazB0HUyQd6Fsf5NQ75M9llbi1_j_8)