uploaded 4 months ago
A C++ base component class for ESP-IDF

readme

Base Component

Badge

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.5"

or download archive

Stats

  • Archive size
    Archive size ~ 1.70 KB
  • Downloaded in total
    Downloaded in total 9.4k times
  • Downloaded this version
    This version: 54 times

Badge

espp/base_component version: 1.0.5
|