> For the complete documentation index, see [llms.txt](https://brlabelectronics.gitbook.io/hardware-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brlabelectronics.gitbook.io/hardware-1/functional-description/pin-screw-terminal-description.md).

# Pin/Screw Terminal Description

<table><thead><tr><th width="134"></th><th>Description</th></tr></thead><tbody><tr><td>+</td><td>This screw terminal position is connected to the positive leg of the 12V supply.</td></tr><tr><td>-</td><td>This screw terminal position is connected to the ground leg of the 12V supply.</td></tr><tr><td>5V</td><td>This screw terminal is a 5V output from the buck converter</td></tr><tr><td>3V3</td><td>This pin is the output of the 3.3V voltage regulator.</td></tr><tr><td>GND</td><td>Board ground pin and screw terminal.</td></tr><tr><td>A0-A5</td><td>Analog input pins that can also act as standard digital GPIO and are PWM capable.</td></tr><tr><td>D2-D4</td><td>Common GPIO pins that are PWM capable.</td></tr><tr><td>MO,MI,SCK</td><td>SPI pins. They can also be used as digital GPIOs.</td></tr><tr><td>RX</td><td>Primarily used as a UART RX pin, can also be used as a digital GPIO.</td></tr><tr><td>TX</td><td>Primarily used as a UART TX pin, can also be used as a digital GPIO.</td></tr><tr><td>SDA</td><td>Primarily used as a data pin for I 2C, can also be used as a digital GPIO.</td></tr><tr><td>SCL</td><td>Primarily used as a clock pin for I 2C, can also be used as a digital GPIO.</td></tr><tr><td>NO</td><td>Normally Open pin for the relay.</td></tr><tr><td>COM</td><td>Common pin for the relay.</td></tr><tr><td>NC</td><td>Normally Closed pin for the relay.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://brlabelectronics.gitbook.io/hardware-1/functional-description/pin-screw-terminal-description.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
