From fae8ddcc4a5c5cfb1b4e5af1ac68816705b10635 Mon Sep 17 00:00:00 2001 From: Meysam Parvizi Date: Wed, 16 Aug 2023 14:15:54 +0330 Subject: [PATCH] Update README.md Fix typos --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d8d20b..d6a1857 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,9 @@ Often, the computer is relatively **invisible to the user**, without obvious app #### 🕹️ Arduino -If you do not have any background in programming embedded systems, Arduino boards and libraries are the best choice for you to start and learn the basics. Just keep in mind that most of the Arduino libraries are developed only for learning purposes and are not are not optimized to be used in industry. Additionally, the Arduino takes care of most of the low-level operations and manipulation of registers that you, as an embedded engineer, should be able to handle yourself. If you want to become a professional embedded developer, you must be able to effectively use industry-standard APIs and frameworks provided and approved by microcontroller vendors. For example, CMSIS for ARM Cortex, STM32Cube for STM32, ESP-IDF for Espressif microcontrollers, etc. +If you do not have any background in programming the embedded systems, Arduino boards and libraries are the best choice for you to start and learn the basics. Just keep in mind that most of the Arduino libraries are developed for learning purposes and are not optimized to be used in industry. + +Additionally, the "Arduino Core" takes care of most of the low-level operations and manipulation of registers that you, as an embedded engineer, should be able to handle yourself. If you want to become a professional embedded developer, you must be able to effectively use industry-standard APIs and frameworks provided and approved by microcontroller vendors. For example, CMSIS for ARM Cortex, STM32Cube for STM32, ESP-IDF for Espressif microcontrollers, etc. - [Getting Started with Arduino](https://docs.arduino.cc/learn/starting-guide/getting-started-arduino) - [New Arduino Tutorials](https://youtube.com/playlist?list=PLGs0VKk2DiYw-L-RibttcvK-WBZm8WLEP)