Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update add-admin-docs with status lights, etc #57

Merged
merged 14 commits into from
May 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/config/.wordList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,36 @@ markdownlint
md
MXP
NavX
OmniMount
OpenMesh
orgs
PCM
PDP
py
README
roboRIO
RSL
sexualized
socio
SparkMax
Sponsorships
SPX
SRX
steelboot
Steelboot
TalonSRX
txt
USERPROFILE
VictorSPX
VRM
weebly
wordList
WPILBJ
wpilib
WPILib
WPILibj
wpilibsuite
WPLib
WRRF
www
yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/imageActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
branch-suffix: timestamp
commit-message: Compress Images
body: ${{ steps.calibre.outputs.markdown }}
lables: enhancement, dozer
labels: enhancement, dozer

16 changes: 0 additions & 16 deletions .spellcheck.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"Kanban",
"Libj",
"OCTOCAT",
"Omni",
"WPILIB",
"WRRF",
"allwpilib",
Expand All @@ -19,6 +20,7 @@
"markdownlint",
"orgs",
"pyspelling",
"robo",
"rojopolis",
"socio",
"steelboot",
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ include:
- gitHubAdmin/repositories.md
- gitHubAdmin/settings.md
- gitHubAdmin/teams.md
- hardware/statusLights.md
- quickStart/codingWorkflow.md
- quickStart/gitHubDesktopTut.md
- quickStart/programingQuickStart.md
Expand Down
18 changes: 18 additions & 0 deletions hardware/statusLights.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Hardware Status Lights

> The [official WPLib docs](https://docs.wpilib.org/en/stable/docs/hardware/hardware-basics/status-lights-ref.html) include most components, such as the robot safety light (RSL), roboRIO, OpenMesh Radio, power distribution panel (PDP), voltage regulator module (VRM), pneumatic control module (PCM), and motor controllers such as the Talon SRX, Victor SPX, Spark-Max, and the Spark.

[Official Documentation](https://docs.wpilib.org/en/stable/docs/hardware/hardware-basics/status-lights-ref.html)

## For the NavX-MXP

| LED Label | Pattern | Meaning |
| ----- | ----- | ----- |
| Red 3.3V LED | Solid | Board powered |
| Orange CAL LED | Slow Flashing | OmniMount auto-calibration in progress |
| Orange CAL LED | Quickly Flashing | OmniMount auto-calibration error |

See the [user guide (PDF)](https://pdocs.kauailabs.com/navx-mxp/wp-content/uploads/2019/02/navx-mxp_robotics_navigation_sensor_user_guide.pdf).

<br>
_Updated 20210510T1600 PDT_
6 changes: 4 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@

[Vision](https://wpilib.screenstepslive.com/s/currentCS/m/vision)

## Cables and Stuff
## Hardware

[Status Lights](hardware/statusLights)

[USB Cable Identification Chart](https://www.cablestogo.com/learning/connector-guides/usb#fuji)

Expand All @@ -101,4 +103,4 @@
[About GitHub Administration](gitHubAdmin/overview)

<br>
_Updated 20210415T1810 PDT_
_Updated 20210510T1600 PDT_