Ryan Malloy 2aaa6e32a5 Rename library from AutoWire to K-Line
Library dir: lib/AutoWire/ -> lib/KLine/
Site title, docs, CLAUDE.md, platformio.ini all updated.
All 4 firmware environments build clean.
2026-02-13 08:31:34 -07:00

22 lines
663 B
JSON

{
"name": "KLine",
"version": "2026.02.13",
"description": "Multi-protocol automotive bus library for ESP32 — BMW I/K-Bus + OBD-II K-line",
"keywords": ["bmw", "ibus", "kbus", "obd2", "kline", "iso9141", "iso14230", "optocoupler", "pc817", "esp32", "e46", "ford"],
"license": "MIT",
"authors": [
{
"name": "muki01",
"url": "https://github.com/muki01/I-K_Bus",
"maintainer": false
},
{
"name": "Ryan Malloy",
"email": "ryan@supported.systems",
"maintainer": true
}
],
"frameworks": "arduino",
"platforms": "espressif32"
}