From de9916eeb31f07c4c46eafe25db4bd2442e2803a Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Mon, 7 Aug 2017 12:25:25 -0400 Subject: [PATCH] Updated _Sidebar (markdown) --- _Sidebar.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/_Sidebar.md b/_Sidebar.md index 690116a..cb7ad86 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -22,4 +22,16 @@ * [Configuring a Servo](https://github.com/ftctechnh/ftc_app/wiki/Configuring-Your-Hardware#configuring-a-servo) * [Configuring a Color Distance Sensor](https://github.com/ftctechnh/ftc_app/wiki/Configuring-Your-Hardware#configuring-a-color-distance-sensor) * [Configuring a Digital Touch Sensor](https://github.com/ftctechnh/ftc_app/wiki/Configuring-Your-Hardware#configuring-a-digital-touch-sensor) - * [Saving Config Info](https://github.com/ftctechnh/ftc_app/wiki/Configuring-Your-Hardware#saving-the-configuration-information) \ No newline at end of file + * [Saving Config Info](https://github.com/ftctechnh/ftc_app/wiki/Configuring-Your-Hardware#saving-the-configuration-information) +8. [Writing an Op Mode (Blocks)](https://github.com/ftctechnh/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks) + * [What's an Op Mode?](https://github.com/ftctechnh/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks#whats-an-op-mode) + * [Blocks Programming Tool](https://github.com/ftctechnh/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks#the-ftc-blocks-programming-tool) + * [Installing a Javascript-Enabled Browser](https://github.com/ftctechnh/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks#installing-a-javascript-enabled-browser) + * [Connecting Your Laptop](https://github.com/ftctechnh/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks#connecting-your-laptop-to-the-ftc-blocks-programming-mode-server) + * [Troubleshooting Wireless Connection](https://github.com/ftctechnh/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks#troubleshooting-your-wireless-connection) + * [Creating Your First Op Mode](https://github.com/ftctechnh/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks#creating-your-first-op-mode) + * [Op Mode Structure](https://https://github.com/ftctechnh/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks#examining-the-structure-of-your-op-mode) + * [Controlling a DC Motor](https://github.com/ftctechnh/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks#controlling-a-dc-motor) + * [Inserting Telemetry Statements](https://github.com/ftctechnh/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks#inserting-telemetry-statements) + * [Saving Your Op Mode](https://github.com/ftctechnh/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks#saving-your-op-mode) + * [Exiting Programming Mode](https://github.com/ftctechnh/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks#exiting-programming-mode) \ No newline at end of file