atanisoft/esp_tca8418

1.0.0

Latest
uploaded 10 hours ago
ESP driver for TCA8418 keypad interface

readme

# esp_tca8418 - Keypad driver for TCA8418 IC

Implementation of the TCA8418 keypad driver. 

## Adding this component in your project

This package can be added to your project in two ways:

1. Using [Espressif's component service](https://components.espressif.com/) as:
```
dependencies:
  atanisoft/esp_tca8418: "~1.0.0"
```

2. Using the git repository directly:

```
dependencies:
  esp_tca8418:
    git: https://github.com/atanisoft/esp_tca8418.git
```

For more information on the usage of the `idf_component.yml` file please refer to [Espressif's documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html).

## Supported platforms

At this time testing is limited to ESP32-S3, other ESP32 variants should work but are not tested.

Links

Supports all targets

License: BSD-2-Clause

To add this component to your project, run:

idf.py add-dependency "atanisoft/esp_tca8418^1.0.0"

download archive

Stats

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

Badge

atanisoft/esp_tca8418 version: 1.0.0
|