From f30cd5b8f7c9c15f5b0bdecf66f2b71d01146753 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Wed, 4 Oct 2023 18:43:28 -0400 Subject: [PATCH] Basic readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..31b4bea --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# ETC 244 Robotics Lab +This repository is for code developed for my ETC 244 Robotics Lab using VeX Cortex-powered Clawbots and programming them using C and ROBOTC. + +Code will be found in `./Labs.c`, check different branches for different labs. + +All code developed by Skylar Grant. + +# Notes +My bot's configuration is non-standard, so bear that in mind when comparing sensor ports or functionality. \ No newline at end of file