From 1aea72c6e06f8af91755a6a5d178eec90e14320c Mon Sep 17 00:00:00 2001
From: Jake Read <jake.read@cba.mit.edu>
Date: Fri, 3 Nov 2017 11:04:11 -0400
Subject: [PATCH] to readme

---
 results/daisychain/{daisychain.md => README.md} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename results/daisychain/{daisychain.md => README.md} (98%)

diff --git a/results/daisychain/daisychain.md b/results/daisychain/README.md
similarity index 98%
rename from results/daisychain/daisychain.md
rename to results/daisychain/README.md
index 40f18a6..0c85c72 100644
--- a/results/daisychain/daisychain.md
+++ b/results/daisychain/README.md
@@ -13,7 +13,7 @@ We test a packet that is 70 Bytes long - 560 bits and a packet that is 7 bytes l
 Results are as follows. The expected T_message is simply (bits/packet)/bitrate - any additional message time is due to system design and implementation. Critically, UART uses a start and stop bit, per byte.
 
 Bitrate | T_message (us) | P_size | T_message* (us) | % Difference
---- | --- | --- | --- 
+--- | --- | --- | --- | ---
 115200 | 4861 | 70 | 5858 | 21
 115200 | 486 | 7 | 586 | 21
 230400 | 2431 | 70 | 2930 | 21 
-- 
GitLab