From 21840f747bccf7bf225503ec2c5ec3606de25478 Mon Sep 17 00:00:00 2001 From: tcsullivan Date: Fri, 11 Nov 2016 15:11:11 -0500 Subject: Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..30a539b --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# zephyr +VEX project for team 5106Z + +An attempt to create our own system for the robot. + + * Based off of the latest ChibiOS + * In C++ because we're cool + * Final output extremely small because we haven't implemented that much + * Probably really fast/efficient + +As of 11/11 this OS (?) can: + * write digital pins and set their mode + * write text and numbers to the lcd + * set motors 2-9 + * read the joysticks + * read battery levels + +# kinda important +If you actually plan to use this... don't. Not yet. + +It can't even work with a competition switch. + -- cgit v1.2.3 From 9f1e66f09124dfff1319b7b26c33bac6b6a669c1 Mon Sep 17 00:00:00 2001 From: tcsullivan Date: Fri, 11 Nov 2016 15:11:46 -0500 Subject: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30a539b..8f719d9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ An attempt to create our own system for the robot. * Probably really fast/efficient As of 11/11 this OS (?) can: + * write digital pins and set their mode * write text and numbers to the lcd * set motors 2-9 -- cgit v1.2.3