> For the complete documentation index, see [llms.txt](https://docs.revrobotics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revrobotics.com/rev-crossover-products/indicators/digital-led.md).

# Digital LED Indicator

## Digital LED Indicator - Overview

The Digital LED Indicator (REV-31-2010) is a LED signal module that is digitally controlled (active low) and offers three colors: red, green, and amber. The Digital LED Indicator is designed to directly interface with the DIO ports of the Control Hub and Expansion Hub.When using the Digital LED Indicator outside of the REV Hub environment, make sure to check that your device GPIO pins’ current sink rating can handle 20mA.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-legacy-files/o/assets%2F-MQJfSTb0sZZYk8WELUn%2F-MS9Q8ZBKRJnfEfpOJxa%2F-MS9T70uyzGAX5zJ3AZf%2FREV-31-2010.svg?alt=media&#x26;token=a9824a98-3cab-4257-ba37-2207a1f2b732" alt=""><figcaption></figcaption></figure>

#### REV-31-2010 Kit Contents <a href="#rev-31-2010-kit-contents" id="rev-31-2010-kit-contents"></a>

| Part Number | Description               | Qty |
| ----------- | ------------------------- | --- |
| -           | Digital LED Indicator     | 4   |
| REV-31-1407 | JST PH 4-Pin Sensor Cable | 4   |


---

# 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://docs.revrobotics.com/rev-crossover-products/indicators/digital-led.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.
