Skip to content

Commit

Permalink
Merge pull request #28 from bow4290/dev
Browse files Browse the repository at this point in the history
Finished Chapter 2.3 in Programming Training
  • Loading branch information
JumpingPistachio authored Dec 3, 2023
2 parents dbe720a + 37e627f commit b02adc7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion training/chapter_2/2_command_subsystems.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Subsystems are a vital part of command-based programming. They organize where co

---

### [<< Previous](./1_frc_terms.md) | Next (Coming Soon...)
### [<< Previous](./1_frc_terms.md) | [Next >>](./3_joysticks_controllers.md)
10 changes: 10 additions & 0 deletions training/chapter_2/3_joysticks_controllers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 4290 Programming Training Ch 2.3 - Joysticks / Controllers
## Controlling the Robot
When interacting with the robot using any type of controller, such as a Xbox Controller, PS4 Controller, or even a custom built control system, you need to be able to actually *use* them. In WPILib these are called joysticks. The following article(s) go over this in greater detail:
- [1. Article - Joysticks (WPILib)](https://docs.wpilib.org/en/stable/docs/software/basic-programming/joystick.html#)
- [2. Article - Binding Commands to Triggers](https://docs.wpilib.org/en/stable/docs/software/commandbased/binding-commands-to-triggers.html)


---

### [<< Previous](./2_command_subsystems.md) | Next (Coming Soon...)
3 changes: 2 additions & 1 deletion training/chapter_2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ This chapter will be going over interacting robots using WPILib and Java, which
## Pages
- 2.1 [FRC Terms](./1_frc_terms.md)
- 2.2 [Commands & Subsystems](./2_commands_subsystems.md)
- 2.3 Coming Soon...
- 2.3 [Joysticks / Controllers](./3_joysticks_controllers.md)
- 3.4 Coming Soon...

---

Expand Down

0 comments on commit b02adc7

Please sign in to comment.