Skip to content

Commit fb4e6b7

Browse files
authoredAug 5, 2021
Merge pull request #72 from frc6506/BSI-patchWed1
Added link to new Helsinki MOOC
2 parents 06d8691 + 28d600b commit fb4e6b7

5 files changed

+29
-10
lines changed
 

‎.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
2-
*.pdf
1+
gitHubAdmin/quickGuides/repositoryQuickSetup.pdf
2+
!limelight stuff.pdf
3+
!SPARK-MAX-Java-API-Offline.pdf
4+
!Tome of Secrets.pdf

‎SPARK-MAX-Java-API-Offline.pdf

647 KB
Binary file not shown.

‎Tome of Secrets.pdf

6.37 MB
Binary file not shown.

‎index.md

+25-8
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,30 @@
22

33
## Welcome to frc6506/docs
44

5+
Hello, and welcome to the general documentation site for the Steelboot programming team! This is index contains some links that may be useful.
6+
57
[Repository README](https://github.com/frc6506/docs/blob/master/README.md)
68

79
[Team GitHub](https://github.com/orgs/frc6506)
810

911
## Basic Java
1012

13+
Start here if you are new to Java!
14+
1115
[WPILIB New to Programming Resources](https://docs.wpilib.org/en/stable/docs/getting-started/getting-started-frc-control-system/intro.html)
1216

17+
> REMINDER: Look at the _Java_ portion of the website.
18+
1319
[Codecademy](https://www.codecademy.com/learn/learn-java)
1420

15-
[Helsinki MOOC (Massively Open Online Course)](http://moocfi.github.io/courses/2013/programming-part-1/)
21+
[University of Helsinki MOOC (Massively Open Online Course)](https://java-programming.mooc.fi/)
22+
> NOTE: As part of "Java Programming I: Part 1", one must follow the provided installation guide.
23+
24+
[Legacy Helsinki MOOC](http://moocfi.github.io/courses/2013/programming-part-1/)
25+
26+
## Introduction to `git` and GitHub
1627

17-
## Introduction FRC Coding in Java
28+
This section includes information about GitHub
1829

1930
[Programming Quick Setup Guide](quickStart/programingQuickStart)
2031

@@ -26,8 +37,14 @@
2637

2738
- [GitHub Presentation (Covers most stuff here)](https://docs.google.com/presentation/d/e/2PACX-1vRZlrW9X5Tn2a9EdpZ2iVTtD4TPZJUqQlTI4D0ThXZwhgwMI8DkeJMmreyRZ4Eh2ZlNa5eA1I8kLV7d/pub?start=false&loop=false&delayms=3000)
2839

40+
## Introduction to FRC Coding in Java
41+
42+
Additional tutorials Coming Soon!
43+
2944
## FRC Coding Resources
3045

46+
Assorted WPLib-j resources.
47+
3148
[WPILib](https://docs.wpilib.org/en/latest/)
3249

3350
[Old WPILBJ Docs Site](https://wpilib.screenstepslive.com/s/currentCS/m/kop)
@@ -36,11 +53,9 @@
3653

3754
[List of Official Installers](https://docs.wpilib.org/en/stable/docs/getting-started/getting-started-frc-control-system/offline-installation-preparations.html)
3855

39-
[Tomb of secrets - Slack Login Required](https://shsrobotics6506.slack.com/files/UCH5CQTCG/FFWC5E8BV/tome_of_secrets.pdf)
56+
[Tomb of secrets - PDF - Legacy](../docs/Tome%20of%20Secrets.pdf)
4057

41-
### WPILib-J Coding Resources
42-
43-
[WPILibj GitHub](https://github.com/wpilibsuite/allwpilib/tree/master/wpilibj/src/main/java/edu/wpi/first/wpilibj)
58+
[WPILibj GitHub](https://github.com/wpilibsuite/allwpilib)
4459

4560
### Command Based Resources
4661

@@ -54,6 +69,8 @@
5469

5570
[SparkMax examples](https://github.com/REVrobotics/SPARK-MAX-Examples)
5671

72+
[SparkMax - Java Documentation - API reference - PDF - (Legacy)](../docs/SPARK-MAX-Java-API-Offline.pdf)
73+
5774
### Other Coding Resources
5875

5976
[NavX-MXP Software](https://pdocs.kauailabs.com/navx-mxp/software/)
@@ -86,7 +103,7 @@
86103

87104
[Limelight Docs](https://docs.limelightvision.io/en/latest/getting_started.html#imaging)
88105

89-
[Limelight Docs - PDF - Slack Login Required](https://shsrobotics6506.slack.com/archives/CCF7E9P1B/p1579015832000100)
106+
[Limelight Docs - PDF - Release 1.0 - 2019](../docs/limelight%20stuff.pdf)
90107

91108
[Vision Control](https://www.team254.com/documents/vision-control/)
92109

@@ -108,5 +125,5 @@
108125

109126
<br>
110127

111-
_Updated 20210510T1630 PDT_
128+
_Updated 20210804T1875 PDT_
112129

‎limelight stuff.pdf

1.66 MB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.