example

Example of the component espp/rmt v0.21.0
# RMT Example

This example shows the use of the `espp::Rmt` and `espp::RmtEncoder` classes of
the `rmt` component for driving an LED.

## How to use example

### Hardware Required

This example is designed to be run on a
[TinyS3](https://esp32s3.com/tinys3.html) to control its WS2812 LED using the
ESP RMT peripheral.

### Build and Flash

Build the project and flash it to the board, then run monitor tool to view serial output:

```
idf.py -p PORT flash monitor
```

(Replace PORT with the name of the serial port to use.)

(To exit the serial monitor, type ``Ctrl-]``.)

See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.

## Example Output

![image](https://user-images.githubusercontent.com/213467/240423151-09133ec2-0074-4683-b020-f8eff4ac3d9b.png)

https://github.com/esp-cpp/espp/assets/213467/321cb604-8ecb-40d6-9489-8e995c43f5b9

To create a project from this example, run:

idf.py create-project-from-example "espp/rmt=0.21.0:example"

or download archive (~3.95 KB)