Created Blocks Reference Material (markdown)

FTC Engineering
2017-09-19 12:45:38 -04:00
parent 0f72851e2c
commit 4cc7307189

@ -0,0 +1,22 @@
### Blocks Reference Manual
As you start to write more complicated op modes, you will need to use more features of the FIRST Tech Challenge software development kit (SDK). Bruce Schaffer of the Oregon Robotics Tournament & Outreach Program (ORTOP) created a useful reference document that describes the programming blocks that are available with the FTC Blocks Programming Tool:
[FTC Blocks Programming Tool Reference Manual](http://www.ortop.org/ftc/BlocksProgramming/BlocksProgrammingReferenceManual.pdf)
### Sample Op Modes
The Blocks Programming Tool has several built-in example op modes that demonstrate how to do different tasks with the FIRST Tech Challenge control system. As you create a new file, you can use the Sample dropdown list control to display a list of available sample op modes or templates:
<p align="center"><img src="https://raw.githubusercontent.com/FIRST-Tech-Challenge/WikiSupport/master/ftc_app/images/BlocksCreateVuMarkExample.jpg" width="350"><p>
### Control System Wiki
There is an up-to-date online wiki for the FTC Android control system. This document serves as a convenient online reference for all topics related to the control system:
[https://github.com/ftctechnh/ftc_app/wiki](https://github.com/ftctechnh/ftc_app/wiki)
### Technology Forum
Registered teams can create user accounts on the FIRST Tech Challenge forum. Teams can use the forum to ask questions and receive support from the FIRST Tech Challenge community.
The technology forum can be found at the following address:
[https://ftcforum.usfirst.org/forum/ftc-technology?156-FTC-Technology](https://ftcforum.usfirst.org/forum/ftc-technology?156-FTC-Technology)