espp/base_component

0.21.0

uploaded 2 days ago
A C++ base component class for ESP-IDF

readme

# 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^0.21.0"

or download archive

Stats

  • Archive size
    Archive size ~ 1.65 KB
  • Downloaded in total
    Downloaded in total 3 times
  • Downloaded this version
    This version: 3 times

Badge

espp/base_component version: 0.21.0
|