Skip to content

Commit

Permalink
Merge pull request #16 from LynkRobotics/driverStationSection
Browse files Browse the repository at this point in the history
Driver station section
  • Loading branch information
witherslayer67 authored Oct 10, 2023
2 parents 95abb64 + 50c7900 commit 043b360
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 4 deletions.
49 changes: 45 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,53 @@ This is where basic to more advanced knowledge from different sources will be ho

<br>

### Basics of Programming

<br>

- [Java](https://docs.lynkrobotics.org/java/)
- [Software Installation](https://docs.lynkrobotics.org/software/)
- [Git/GitHub](https://docs.lynkrobotics.org/git/)

<br>

### Novice Programming

<br>

- [Getting Started With FRC Programming](https://docs.lynkrobotics.org/start/)
- [Programming Basics](https://docs.lynkrobotics.org/basics/)
- [Control Theory](https://docs.lynkrobotics.org/controlTheory/)
- [Programming Basics](https://docs.lynkrobotics.org/basics/)

<br>

### Robots

<br>

- [Mechanism Examples / Templates](https://docs.lynkrobotics.org/mechanisms/)
- [Auto](https://docs.lynkrobotics.org/auto/)
- [Whitepapers](https://docs.lynkrobotics.org/whitepapers/)
- [Libraries](https://docs.lynkrobotics.org/libraries/)
- [Past Robot Code Documentation](https://docs.lynkrobotics.org/past/)
- [Glossary](https://docs.lynkrobotics.org/glossary/)

<br>

### Autonomous

<br>

- [Auto](https://docs.lynkrobotics.org/auto/)

<br>

### Advanced Programming

<br>

- [Control Theory](https://docs.lynkrobotics.org/controlTheory/)
- [Whitepapers](https://docs.lynkrobotics.org/whitepapers/)

<br>

## Design (tbd)

<br>
Expand All @@ -36,6 +68,15 @@ This is where basic to more advanced knowledge from different sources will be ho

<br>

## [Driver Station](https://docs.lynkrobotics.org/driverStation/)

<br>

- [Software](https://docs.lynkrobotics.org/driverStation/software.md)
- [Best Practices]() TODO

<br>

## Contributors

| Name | Team | Team Role |
Expand Down
1 change: 1 addition & 0 deletions driverStation/bestPractices.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Driver Station Best Practices
1 change: 1 addition & 0 deletions driverStation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Driver Station
1 change: 1 addition & 0 deletions driverStation/software.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Driver Station Software

0 comments on commit 043b360

Please sign in to comment.