aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-02-18 12:00:59 -0600
committerMatt Strapp <matt@mattstrapp.net>2022-02-18 12:00:59 -0600
commit7092ba104ae90eea21beb21c35900e1ccbfaf957 (patch)
tree90a5c336376020b18766b59b391c03b9e6144764 /README.md
parentCreate codeql-analysis.yml (diff)
downloadee4511w-7092ba104ae90eea21beb21c35900e1ccbfaf957.tar
ee4511w-7092ba104ae90eea21beb21c35900e1ccbfaf957.tar.gz
ee4511w-7092ba104ae90eea21beb21c35900e1ccbfaf957.tar.bz2
ee4511w-7092ba104ae90eea21beb21c35900e1ccbfaf957.tar.lz
ee4511w-7092ba104ae90eea21beb21c35900e1ccbfaf957.tar.xz
ee4511w-7092ba104ae90eea21beb21c35900e1ccbfaf957.tar.zst
ee4511w-7092ba104ae90eea21beb21c35900e1ccbfaf957.zip
Change git repo to organization repos
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 17 insertions, 2 deletions
diff --git a/README.md b/README.md
index 301b702..5cb1a18 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,17 @@
-# ee4950-inverted-pendulum
-Code for Pi web client, embedded hardwares, and web server
+# Lamperski Inverted Pendulum
+
+[![Known Vulnerabilities](<https://snyk.io/test/github/UMN-EE4951W-Lamperski/pendulum/badge.svg>)](<https://snyk.io/test/github/UMN-EE4951W-Lamperski/pendulum>)
+
+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)
+│ └── motor.py (the motor controller)
+├── Web (folder)
+│ └── *
+└── README.md (what you are currently reading)
+```
+
+`*` See [the web submodule](https://github.com/UMN-EE4951W-Lamperski/pendulum-web/#README) for more information on the web frontend.