You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.

uploaded 1 year ago
This component add a console to an example

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](https://pypi.org/project/idf-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();
}
```

Supports all targets

License unspecified

To add this component to your project, run:

idf.py add-dependency "espressif/esp_console^0.0.3"

or download archive

Stats

  • Downloaded in total
    Downloaded in total 9 times
  • Downloaded this version
    This version: 1 time

Badge

espressif/esp_console version: 0.0.3
|