Files
ADB-pour-Framework-Arduino/platformio_example/library.json
T
Clément SAILLANT fb5f2b5a20 first commit
2025-03-26 15:49:24 +01:00

24 lines
755 B
JSON

{
"name": "ADB",
"version": "1.0.0",
"description": "Une bibliothèque multiplateforme pour le protocole Apple Desktop Bus (ADB)",
"keywords": "adb, apple, vintage, usb, hid, keyboard, mouse",
"repository": {
"type": "git",
"url": "https://github.com/electronrare/stm32-adb2usb"
},
"authors": [
{
"name": "Clément SAILLANT",
"email": "contact@electronrare.com",
"url": "https://electronrare.com",
"maintainer": true
}
],
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/electronrare/stm32-adb2usb",
"dependencies": {},
"frameworks": "arduino",
"platforms": ["ststm32", "espressif32", "atmelavr", "teensy"]
}