We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344f4ee commit ab68cfeCopy full SHA for ab68cfe
Writerside/topics/coding.md
@@ -363,3 +363,5 @@ Game-pad inputs are the base of teleOp. You can use `if(gamepad1.left_bumper){`
363
.right_trigger or left float
364
.touchpad_finger_1_x or y float
365
```
366
+
367
+This is a very helpful resource [here](https://github.com/Beta8397/virtual_robot) used to test code before.
Writerside/topics/codingbasics.md
@@ -4,6 +4,8 @@
4
5
Go through this section if you have no experience coding, if you are experienced, skip this.
6
7
+You should also go through [Learn Java For FTC](https://github.com/alan412/LearnJavaForFTC/blob/master/LearnJavaForFTC.pdf)
8
9
#### What is a...
10
11
* Operation
0 commit comments