From 04c1304e18cfbaa7e3abb385f9ef099e8fc901d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Johannes=20Sj=C3=B6lund?= <j.sjolund@gmail.com>
Date: Wed, 6 Dec 2017 15:18:57 +0100
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bb91d53..63aef21 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,6 @@
 
 > Board Support Crate for the NUCLEO-F411RE
 
-
 ## d7018e - special studies in embedded systems
 
 ##### Name : Johannes Sjölund
@@ -22,6 +21,7 @@
   * Encoder mode
 * SPI
 * I²C
+
 The peripheral pin configuration should match the standard Arduino headers.
 
 4. The stm32f4 supports higher clock frequency than the default 16 MHz. Implement a simple way of setting it to the maximum of 84 MHz for the stm32f401re and 100 MHz for the stm32f411re, or any valid lower value (configured using the PLL).
-- 
GitLab