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.

kumekay/git-only-cmp

0.0.16

uploaded 2 years 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 "kumekay/git-only-cmp^0.0.16"

or download archive

Stats

  • Downloaded in total
    Downloaded in total 5 times
  • Downloaded this version
    This version: 5 times

Badge

kumekay/git-only-cmp version: 0.0.16
|