atlesg / esp-idf-c-plus-plus-template

This is a template application for ESP32 to be used with Espressif IoT Development Framework, C++ and PlatformIO.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version issues

AbIoTsLOGO

Template application for ESP32 with ESP-IDF and C++ using platformIO

This is the template for the ESP-IDF projects with components.

This project has default component named TestComponent and its projects can be configured running the menuconfig.

Component configurations:

  • Run the menuconfig and in that we would be finding Abiots Test Component.
  • To access the config in the code start with CONFIG_ and we could find all the configurations.

The Abiots directory is structured as follows:

File / Folder Contents
app Project Directory
images Project Images Directory
app/components All the Abiots Components
app/lib Abiots Core library
app/test Test code
app/src Main component Directory

License

Code in this repository is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

YouTube Channel

Do visit our YouTube Channel for interesting ESP-IDF tutorials

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.

About

This is a template application for ESP32 to be used with Espressif IoT Development Framework, C++ and PlatformIO.


Languages

Language:C++ 60.5%Language:CMake 32.7%Language:Makefile 6.8%