An open API service indexing awesome lists of open source software.

https://github.com/mwalatimothy/c3_mini_welcome_rgb_sequence

A lightweight Arduino library for the ESP32-C3 Mini that creates a welcoming RGB LED sequence on startup.
https://github.com/mwalatimothy/c3_mini_welcome_rgb_sequence

arduino-library esp32 esp32-c3 led-blink

Last synced: 3 months ago
JSON representation

A lightweight Arduino library for the ESP32-C3 Mini that creates a welcoming RGB LED sequence on startup.

Awesome Lists containing this project

README

        

# C3_Mini_Welcome_RGB_Sequence
A lightweight Arduino library for the ESP32-C3 Mini that creates a welcoming RGB LED sequence on startup.

## Installation
1. Download the library as a `.zip` file.
2. In the Arduino IDE, go to `Sketch > Include Library > Add .ZIP Library`.
3. Select the downloaded `.zip` file.

## Usage
Include the library in your sketch:
```cpp
#include
// No need to define setup() or loop()