mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
* 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
14 lines
474 B
YAML
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"
|