You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/programming_resources/tutorial_specific/onbot_java/onbot_java_reference/OnBot-Java-Reference-Info.rst
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,21 @@ Javadoc Reference Pages
5
5
~~~~~~~~~~~~~~~~~~~~~~~
6
6
7
7
As you start to write more complicated op modes, you will need to use
8
-
more features of the FIRST Tech Challenge software development kit
8
+
more features of the *FIRST* Tech Challenge software development kit
9
9
(SDK). You can reference online Javadoc material that provide
10
-
descriptions of the available FIRST Tech Challenge-related classes and
10
+
descriptions of the available *FIRST* Tech Challenge-related classes and
11
11
methods, at the following web address:
12
12
13
13
https://javadoc.io/doc/org.firstinspires.ftc
14
14
15
15
Sample Op Modes
16
16
~~~~~~~~~~~~~~~
17
17
18
-
The OnBot Java Programming Tool has several built-in example op modes
19
-
that demonstrate how to do different tasks with the FIRST Tech Challenge
18
+
The OnBot Java Programming Tool has several built-in example OpModes and projects
19
+
that demonstrate how to do different tasks with the *FIRST* Tech Challenge
20
20
control system. As you create a new file, you can use the Sample
21
-
dropdown list control to display a list of available sample op modes or
22
-
templates. The comments in these examples help explain what the program
21
+
dropdown list control to display a list of available sample OpModes or
22
+
projects. The comments in these examples help explain what the program
23
23
statements do.
24
24
25
25
@@ -30,9 +30,9 @@ statements do.
30
30
Technology Forum
31
31
~~~~~~~~~~~~~~~~
32
32
33
-
Registered teams can create user accounts on the FIRST Tech Challenge
33
+
Registered teams can create user accounts on the *FIRST* Tech Challenge
34
34
forum. Teams can use the forum to ask questions and receive support from
35
-
the FIRST Tech Challenge community.
35
+
the *FIRST* Tech Challenge community.
36
36
37
37
The technology forum can be found at the following address:
0 commit comments