Tasmota/lib/lib_div/arduino-vid6608/library.json
Petr Golovachev 272fd431ef
xdrv_92_vid6608: Advanced zero routine for analog gauges, library update (#24218)
* VID6608: Add option to skip auto-zero rouitine

* VID6608: Update library to version 1.0.3, add Zero control for Gauge
2025-12-13 11:33:52 +01:00

20 lines
568 B
JSON

{
"name": "vid6608",
"keywords": "driver, motor, control",
"description": "Arduino library for driving IC VID6608 and clones for Switec X25.168 / X27.168 miniature stepper motors",
"homepage": "https://github.com/petrows/arduino-vid6608",
"repository":
{
"type": "git",
"url": "https://github.com/petrows/arduino-vid6608.git"
},
"authors": {
"name": "Petr Golovachev",
"email": "petro@petro.ws",
"url": "https://petro.ws/"
},
"version": "1.0.3",
"frameworks": "arduino",
"platforms": "*"
}