Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ Javadoc Reference Pages
~~~~~~~~~~~~~~~~~~~~~~~

As you start to write more complicated op modes, you will need to use
more features of the FIRST Tech Challenge software development kit
more features of the *FIRST* Tech Challenge software development kit
(SDK). You can reference online Javadoc material that provide
descriptions of the available FIRST Tech Challenge-related classes and
descriptions of the available *FIRST* Tech Challenge-related classes and
methods, at the following web address:

https://javadoc.io/doc/org.firstinspires.ftc

Sample Op Modes
~~~~~~~~~~~~~~~

The OnBot Java Programming Tool has several built-in example op modes
that demonstrate how to do different tasks with the FIRST Tech Challenge
The OnBot Java Programming Tool has several built-in example OpModes and projects
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. The comments in these examples help explain what the program
dropdown list control to display a list of available sample OpModes or
projects. The comments in these examples help explain what the program
statements do.


Expand All @@ -30,9 +30,9 @@ statements do.
Technology Forum
~~~~~~~~~~~~~~~~

Registered teams can create user accounts on the FIRST Tech Challenge
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 *FIRST* Tech Challenge community.

The technology forum can be found at the following address:

Expand Down
Loading