uploaded 1 day ago
A C++ base component class for ESP-IDF

readme

# Base Component

[![Badge](https://components.espressif.com/components/espp/base_component/badge.svg)](https://components.espressif.com/components/espp/base_component)

The `espp::BaseComponent` provides a simple base class for all components in the
ESP-CPP package. It provides a simple interface for the component to be
initialized and to be updated.

It is not required to use the `BaseComponent` class, but it is recommended to
use as it provides a standardized API for logging and log management.

Links

Supports all targets

Maintainer

  • William Emfinger <waemfinger@gmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "espp/base_component^1.0.2"

or download archive

Stats

  • Archive size
    Archive size ~ 1.70 KB
  • Downloaded in total
    Downloaded in total 689 times
  • Downloaded this version
    This version: 60 times

Badge

espp/base_component version: 1.0.2
|