Updated Writing an Op Mode with FTC Blocks (markdown)

FTC Engineering
2019-04-10 18:00:31 -04:00
parent 34aafb7fc1
commit 05708a3f53

@ -77,7 +77,7 @@ Note that you will need an estimated 15 minutes to complete this task.
Important Note: The programming blocks for user configured devices (motors, servos and sensors) will only be visible in the Blocks tool if there is an active configuration file with the configured devices included in the file. If a type of device is not included in the active configuration file, then its programming blocks will be missing from the palette of blocks.
If you did not (create and activate a configuration file yet)[https://github.com/FIRST-Tech-Challenge/ftc_app/wiki/Configuring-Your-Hardware],then you should follow the (instructions in the wiki)[https://github.com/FIRST-Tech-Challenge/ftc_app/wiki/Configuring-Your-Hardware] to do so. After you created and activated your configuration file, you can close and then reopen your op mode so that the programming blocks for the newly configured devices will be visible.
If you did not [create and activate a configuration file yet](https://github.com/FIRST-Tech-Challenge/ftc_app/wiki/Configuring-Your-Hardware), then you should follow the [instructions in the wiki](https://github.com/FIRST-Tech-Challenge/ftc_app/wiki/Configuring-Your-Hardware) to do so. After you created and activated your configuration file, you can close and then reopen your op mode so that the programming blocks for the newly configured devices will be visible.
| Modifying Your Op Mode to Control a DC Motor |
| ---- |