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.
- Host: GitHub
- URL: https://github.com/mwalatimothy/c3_mini_welcome_rgb_sequence
- Owner: MwalaTimothy
- License: gpl-3.0
- Created: 2025-02-09T20:22:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T20:50:21.000Z (5 months ago)
- Last Synced: 2025-02-09T21:25:54.633Z (5 months ago)
- Topics: arduino-library, esp32, esp32-c3, led-blink
- Language: C++
- Homepage: https://carenuity.com/
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()