From 557905be63f60925818a9cb4770392e5c73be9f6 Mon Sep 17 00:00:00 2001
From: CarlOsterberg <carl.vilhelms.osterberg@gmail.com>
Date: Fri, 5 Feb 2021 15:49:19 +0100
Subject: [PATCH] assignment fixes

---
 CHANGELOG.md |  1 +
 README.md    | 10 ++--------
 TODO.md      |  5 +++++
 3 files changed, 8 insertions(+), 8 deletions(-)
 create mode 100644 CHANGELOG.md
 create mode 100644 TODO.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 000000000..517df4370
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1 @@
+Carl: Added TODO.md and CHANGELOG.md according to assignment instructions.
\ No newline at end of file
diff --git a/README.md b/README.md
index 819cd9870..4e03c5d8b 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
 # Vibora rapida muerta 
 ### Participants: 
-Carl Österberg, Otto Kalliorinne, Alba Gallego
+Carl Österberg (grade 4), Otto Kalliorinne, Alba Gallego
 
 ### Introduction
-We plan to make a gaming mouse using the shell of an old RZ01-0201 gaming mouse. 
+We plan to make a gaming mouse using the shell of an old RZ01-0201 gaming mouse.
 
 ### Intended features: 
 * movement
@@ -21,11 +21,5 @@ We plan to make a gaming mouse using the shell of an old RZ01-0201 gaming mouse.
 * PixArt PMW3389 sensor
 * Shell of RZ01-0201
 
-### Nucleo board scetch
-TODO
-
-### Electrical specs
-TODO
-
 ### Software specs
 https://github.com/stm32-rs/stm32f4xx-hal
\ No newline at end of file
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 000000000..ce42d5ce6
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,5 @@
+### Nucleo board scetch
+PCB has to be designed and needs to have the same structure as the old PCB as we are reusing a mouse case.
+
+### Electrical specs
+Checkout electrical specs for all the new components we added.
\ No newline at end of file
-- 
GitLab