From 8887e3a2a052ebea0db1da7f9bc13718b3748dd7 Mon Sep 17 00:00:00 2001
From: bbartels <bbartels@iastate.edu>
Date: Fri, 7 Apr 2017 06:59:59 -0500
Subject: [PATCH] Update README.md

---
 quad/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/quad/README.md b/quad/README.md
index d0ee1d85a..f73ff3dd9 100644
--- a/quad/README.md
+++ b/quad/README.md
@@ -4,6 +4,11 @@ The `quad/` directory contains all code that programs the quadcopter. This
 includes any C libraries we have written, any HDL to program the Zybo on
 the quad, and the XSDK main project that runs on the Zybo.
 
+## Documents
+[Zybo Pinout Assignments](doc/zybo_pinout_assignments.md)  
+
+## Software Instructions
+
 The main quad application is written as a library, and located at:
 ```
 src/quad_app/   ("main" function in quad_app.c)
-- 
GitLab