From b693bd84a12749d44d915b3373b98890823d3339 Mon Sep 17 00:00:00 2001 From: Muhammadreza Haghiri Date: Thu, 12 Sep 2019 21:08:18 +0430 Subject: [PATCH] Microcontrollers - Design and Implementation added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4313ddc..19b4eb5 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,7 @@ #### Uncategorized * [**(any)**: _From NAND to Tetris: Building a Modern Computer From First Principles_](http://nand2tetris.org/) +* [**(any)**: Microcontrollers, Design and Implementation](http://haghiri75.com/en/microcontrollers-design-and-implementation-released/) * [**Alloy**: _The Same-Origin Policy_](http://aosabook.org/en/500L/the-same-origin-policy.html) * [**C**: _How to Write a Video Player in Less Than 1000 Lines_](http://dranger.com/ffmpeg/ffmpeg.html) * [**C**: _Learn how to write a hash table in C_](https://github.com/jamesroutley/write-a-hash-table)