Files
Tasmota/lib/libesp32/esp-32-vid6608-rmt/idf_component.yml
T
Petr GolovachevandGitHub 0a5311c3ee VID6608: add hardware RMT support for Automotive gauge driver (#24759)
* Replace old software-defined library arduino-vid6608 with hw-defined esp-32-vid6608

* VID6608: Rework integration to allow select RMT/SW method by using the `VID6608_RMT` option

* VID6608: Tune library inclusion for RMT version

* The RMT version is not supported on ESP32-C2, library excluded
* Add more clear error message, if RMT is requested, but not supported
2026-05-18 17:40:13 +02:00

14 lines
474 B
YAML

## IDF Component Manager Manifest File
description: "ESP32 library to drive automotive steppers like X27-168 via IC VID668 driver using HW RMT API"
url: "https://github.com/petrows/esp-32-vid6608-rmt"
repository: "https://github.com/petrows/esp-32-vid6608-rmt.git"
maintainers:
- Petr Golovachev <petro@petro.ws>
documentation: "https://github.com/petrows/esp-32-vid6608-rmt/blob/master/README.md"
tags:
- Stepper
- VID6608
dependencies:
idf:
version: ">=5.5.0"