From 364b4d86afc1be89b3fb010673ff70d15075604a Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 18 Feb 2022 13:08:34 -0600 Subject: Make README more accurate to new structure Signed-off-by: Matt Strapp --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ca93b73..dc81b01 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,13 @@ The git repository for Professor Lamperski's Inverted Pendulum, designed by EE4951W students from 2019, 2021, and 2022. The structure for the repository is as follows: + ``` ├── System (folder) -│ ├── system.py (the main Python script) -│ ├── pendulum.py (here be dragons) -│ └── motor.py (the motor controller) +| ├── pendulum (folder) +| │ ├── system.py (the main Python script) +| │ ├── encoder.py (here be dragons) +| │ └── motor.py (the motor controller) ├── Web (folder) │ └── * └── README.md (what you are currently reading) -- cgit v1.2.3