xdanielpaul/test_component

0.0.1

uploaded 2 days ago
This component is an example of a component hosted on GitHub only with a dependency on an other component from registry

readme

# Example Git-only Component

This component is an example of a component hosted on GitHub only with a dependency on an other component from registry

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:
  git-only-cmp:
    path: git-only-cmp
    git: https://github.com/espressif/example_components.git
```

## API

This component defines only one function `void git_only_cmp_hello()` that prints a welcome message defined in [example/cmp](https://components.espressif.com/component/example/cmp).

### Example

```C
#include "git-only-cmp.h"

void app_main(void)
{
    git_only_cmp_hello();
}
```

Links

Supports all targets

License: MIT

To add this component to your project, run:

idf.py add-dependency "xdanielpaul/test_component^0.0.1"

or download archive

Stats

  • Archive size
    Archive size ~ 2.13 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

xdanielpaul/test_component version: 0.0.1
|