From 9925022e18f16c0ab0696db3d88a52bda0eb1dee Mon Sep 17 00:00:00 2001
From: Berk Silemek <berk.silemek@gmail.com>
Date: Mon, 16 Jan 2023 14:40:12 +0000
Subject: [PATCH] Update Hardware/readme.md

---
 Hardware/readme.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/Hardware/readme.md b/Hardware/readme.md
index 5f03669..c1331e2 100644
--- a/Hardware/readme.md
+++ b/Hardware/readme.md
@@ -1,5 +1,3 @@
-
-
 # Hardware Documentation
 
 [[_TOC_]]
@@ -10,12 +8,11 @@ The implant schematics is shown Figure 1. The bill of materials for implant is g
 
 <details>
     <summary markdown="span"><i>Getting started with the breakout board</i></summary>
-
+      
 The BLE system on chip (SoC) is selected for its high data rate. BLEv5.x stronger physical layer (PHY) compared to BLEv4.x. Its theoretical datarate can go up to 2Mbps. The used SoC is [cc2652RB][aa] from Texas Instruments (TI). It does not require an external cyrstal oscillator, which is nice to consider when there is size constraint. Nevertheless, an open source hardware [breakout board][1] was used, which provides the basic external smd components for chip to operate. In addition, the number routed input/output pins is enough for the purpose of the project. First of all, please complete the initial programming of the chip described at the **firmware instructions** section. Then, we can start modifying the hardware components. If you do not start with the **firmware programming**, recovering the hardware after following hardware modifications requires a lot of time.
 </details>
-
 <details>
-    <summary markdown="span"><i>Removing unnecessary serial communication hardware</i></summary>
+    <summary markdown="span"><i>Removing serial communication hardware</i></summary>
 
 We can begin with the removal of the serial connection board from breakout board to save some space. This part is marked with a scissor symbol. After this point, we can program the board via [over-the-air download (OAD)][1a]. You can find the instructions for the OAD in **firmware documentation**.
 </details>
-- 
GitLab