Updated sensor and motors list

This commit is contained in:
Skylar Grant 2023-10-04 19:55:56 -04:00
parent f30cd5b8f7
commit 9a51e87bc5
1 changed files with 42 additions and 1 deletions

View File

@ -6,4 +6,45 @@ Code will be found in `./Labs.c`, check different branches for different labs.
All code developed by Skylar Grant.
# Notes
My bot's configuration is non-standard, so bear that in mind when comparing sensor ports or functionality.
My bot's configuration is non-standard, so bear that in mind when comparing sensor ports or functionality.
# Motors
```
01 - LEFT DRIVE
02 - CLAW
03 - ARM
04 - N/A
05 - N/A
06 - N/A
07 - N/A
08 - N/A
09 - N/A
10 - RIGHT DRIVE
```
# Sensors
```
ANALOG
1 - ARM POSITION POTENTIOMETER
2 - RIGHT LIGHT SENSOR
3 - LEFT LIGHT SENSOR
5 - N/A
6 - N/A
7 - N/A
8 - N/A
DIGITAL
01 - N/A
02 - N/A
03 - START BUTTON
04 - ARM LIMIT SWITCH
05 - LEFT REAR BUTTON*
06 - RIGHT ROTARY ENCODER 1
07 - RIGHT ROTARY ENCODER 2
08 - SONAR OUT
09 - SONAR IN
10 - LEFT ROTARY ENCODER 1
11 - LEFT ROTARY ENCODER 2
12 - RIGHT REAR BUTTON*
```