Skip to content

Library template for projects based on platformio and esp-idf.

License

Notifications You must be signed in to change notification settings

mdvorak-iot/esp-lib-template

Repository files navigation

lib_template

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-lib-template.git components/lib_template

and include either of the header files

#include <lib_template.h>

For full example, see lib_template_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.

About

Library template for projects based on platformio and esp-idf.

Topics

Resources

License

Stars

Watchers

Forks