example/cmp

3.3.9~1

Latest
uploaded 9 months ago
This component is an example, to be used with the IDF component manager.

readme

Example Component

This component is an example, to be used with the IDF component manager.

To use it with your ESP-IDF project make sure that the component manager is installed and create the manifest idf_component.yml in the project's main component directory:

Yaml

dependencies:
  example/cmp: "^3.3.3"

API

This component defines only one function void cmp_hello() that prints a welcome message.

Example

C

#include "cmp.h"

void app_main(void)
{
    cmp_hello();
}

Links

Supports all targets

License: MIT

To add this component to your project, run:

idf.py add-dependency "example/cmp^3.3.9~1"

or download archive

Stats

  • Archive size
    Archive size ~ 3.49 KB
  • Downloaded in total
    Downloaded in total 307.6k times
  • Downloaded this version
    This version: 0 times

Badge

example/cmp version: 3.3.9~1
|