Inital commit

This commit is contained in:
2023-02-09 11:54:14 +01:00
commit f19b4c485a
3 changed files with 115 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "SNES-Gamepad",
"version": "1.0.0",
"description": "Read SNES-Gamepad",
"keywords": "shift, register, gamepad, snes",
"repository":
{
"type": "git",
"url": "https://git.kleiax.de/PlatformIO-Libs/SNES-Gamepad.git"
},
"authors":
[
{
"name": "Alexander Klein",
"email": "alex@kleiax.de",
"url": "https://www.kleiax.de/contact"
}
],
"license": "MIT",
"homepage": "https://www.kleiax.de/",
"frameworks": "*",
"platforms": "*"
}