# 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.
fd63f4abd65456e519866b4da571fb7e94a7cf24
idf.py add-dependency "atanisoft/esp_tca8418^1.0.0"