Updated _Sidebar (markdown)

FTC Engineering
2017-08-07 12:25:25 -04:00
parent cc30cf55d1
commit de9916eeb3

@ -23,3 +23,15 @@
* [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)
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)