summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 18ec6bc..cb569aa 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
+# THIS IS THE BRANCH USED FOR SOUTH CAROLINA TEST LAUNCH 02/24/2024
+
# Active Drag System (ADS)
This is the main codebase for Rocketry at Virginia Tech's Active Drag System, also known colloquially as the ADS, for the 2023-2024 competition year. It runs primarily on a BeagleBone Black, and its goal is to autonomously control the ADS' deployment during flight.
+`Eigen` Library, `cmake` and `Google Test` required for successful build.
+
## BUILD
```shell
vagrant up
@@ -60,4 +64,4 @@ GPIO1_12 = (1 × 32) + 12 = GPIO 44.
```shell
/sys/class/gpio/gpio44 = GPIO1_12
-``` \ No newline at end of file
+```