From 51d610e42d9a9dc633ea7607c9a2260483a766c1 Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Fri, 8 Jan 2021 14:49:01 +0200
Subject: [PATCH] Mark microcontrollers as done

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 2d951b6..d55f7b9 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Fab Electronics Library for KiCad
 
-This library (should) cover all the electronics components found in the official [fab inventory](http://fab.cba.mit.edu/about/fab/inv.html). Using this library should also make it easier to share KiCad project files between Mac, Windows and Linux systems. 
+This library (should) cover all the electronics components found in the official [fab inventory](http://fab.cba.mit.edu/about/fab/inv.html). Using this library should also make it easier to share KiCad project files between Mac, Windows and Linux systems.
 
 ## Installation
 
@@ -35,7 +35,7 @@ Add symbols with names that make sense, try to follow and come up with a Fab nam
 - [x] Accelerometer
 - [x] Pressure sensors
 - [x] Op-Amp
-- [ ] Microcontrollers
+- [x] Microcontrollers
 - [ ] Prog logic chips
 - [ ] Radios
 - [ ] Crystals
@@ -53,4 +53,4 @@ Please refer to the [CONTRIBUTING](CONTRIBUTING.md) document. Run `test.py` loca
 
 ## License
 
-Please refer to the [LICENSE](LICENSE) document located in this repository. 
+Please refer to the [LICENSE](LICENSE) document located in this repository.
-- 
GitLab