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.

jays0223/component_example

1.0.0

Latest
uploaded 1 week ago
Brief description of your component

readme

# Multiply Component

This component provides a simple function to multiply two integers.

## Usage

```c
#include "multiply.h"

void app_main() {
    int result = multiply_two_numbers(6, 7);
    printf("6 * 7 = %d\n", result);
}

Links

Supports all targets

License: MIT

To add this component to your project, run:

idf.py add-dependency "jays0223/component_example^1.0.0"

or download archive

Stats

  • Archive size
    Archive size ~ 1.87 KB
  • Downloaded in total
    Downloaded in total 1 time
  • Downloaded this version
    This version: 1 time

Badge

jays0223/component_example version: 1.0.0
|