Skip to content

Commit 551a74e

Browse files
authored
Update README.md
1 parent 30c45e1 commit 551a74e

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Breadboarding is a hands-on approach to prototyping circuits, providing a versat
307307

308308
_________________
309309

310-
### ✳️ FPGA Design
310+
### ✳️ FPGA Development
311311

312312
FPGAs (Field-Programmable Gate Arrays) are specialized integrated circuits that can be configured to perform various digital logic functions. They are widely used in embedded systems to achieve high performance, flexibility, and cost-effectiveness. FPGA designers use hardware description languages (HDLs) to create customized circuits that map directly to the FPGA architecture. Since FPGA engineering and verification differ significantly from embedded software development, it stands as a specialized domain within embedded systems.
313313

@@ -470,7 +470,7 @@ Some popular microcontroller families include AVR, PIC, STM32, MSP430, nRF, and
470470
- [🔘 How Do DACs Work? - The Learning Circuit](https://www.youtube.com/watch?v=YAxrmoVtEtE)
471471
- [🔘 DAC in STM32 || Sine wave || HAL || CubeIDE](https://www.youtube.com/watch?v=6Z1L6ox63j0)
472472

473-
#### 🔵 Timers
473+
#### 🔵 Timers / Counters
474474

475475
- [🔘 STM32 TIMERS (YouTube Playlist)](https://www.youtube.com/playlist?list=PLfIJKC1ud8gjLZBzjE3kKBMDEH_lUc428)
476476

@@ -864,16 +864,19 @@ Digital signal processing (DSP) is a branch of engineering that deals with the p
864864
- [🔘 The FFT Algorithm - Simple Step by Step](https://www.youtube.com/watch?v=htCj9exbGo0)
865865
- [🔘 STM32 Fast Fourier Transform (CMSIS DSP FFT) - Phil's Lab #111](https://youtu.be/d1KvgOwWvkM)
866866

867-
#### 🔵 Controls Systems / PID Control
867+
### ✳️ Controls Theory
868868

869869
- [🔘 Understanding Control Systems (YouTube Playlist)](https://youtube.com/playlist?list=PLn8PRpmsu08q8CE0pbZ-cSrMm_WYJfVGd)
870870
- [🔘 Control Systems - CircuitBread (YouTube Playlist)](https://www.youtube.com/playlist?list=PLfYdTiQCV_p4YZNJWExM-5_g0fk9bHDL8)
871-
- [🔘 What is a PID Controller? | DigiKey](https://www.youtube.com/watch?v=tFVAaUcOm4I)
871+
- [💎 Control Systems Engineering - Norman S. Nise](https://www.wiley.com/en-us/Control+Systems+Engineering%2C+8th+Edition-p-9781119474227)
872+
- [💎 Modern Control Systems - Richard C. Dorf, Robert H. Bishop](https://www.pearson.com/en-us/subject-catalog/p/modern-control-systems/P200000003484/9780137307098)
873+
874+
#### 🔵 PID Controller
875+
876+
- [👶 What is a PID Controller? | DigiKey](https://www.youtube.com/watch?v=tFVAaUcOm4I)
872877
- [🔘 PID Controller Explained](https://www.youtube.com/watch?v=fv6dLTEvl74)
873878
- [🔘 Understanding PID Control (YouTube Playlist)](https://youtube.com/playlist?list=PLn8PRpmsu08pQBgjxYFXSsODEF3Jqmm-y)
874879
- [🔘 PID Controller Implementation in Software - Phil's Lab #6](https://www.youtube.com/watch?v=zOByx3Izf5U)
875-
- [💎 Control Systems Engineering - Norman S. Nise](https://www.wiley.com/en-us/Control+Systems+Engineering%2C+8th+Edition-p-9781119474227)
876-
- [💎 Modern Control Systems - Richard C. Dorf, Robert H. Bishop](https://www.pearson.com/en-us/subject-catalog/p/modern-control-systems/P200000003484/9780137307098)
877880

878881
#### 🔵 MATLAB / Simulink
879882

0 commit comments

Comments
 (0)