Skip to content

mdvorak-iot/esp-status-led

Repository files navigation

status_led

test

TODO Description

Usage

To reference this library by your project, add it as git submodule, using command

git submodule add https://github.com/mdvorak-iot/esp-status-led.git components/status_led

and include either of the header files

#include <status_led.h>

For full example, see status_led_example_main.c.

Development

Prepare ESP-IDF development environment .

Configure example application with

cd example/
idf.py menuconfig

Flash it via (in the example dir)

idf.py build flash monitor

As an alternative, you can use PlatformIO to build and flash the example project.