-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "ESP32-USB-Soft-Host", | ||
"description": "ESP32-USB-Soft-Host is a pure software USB host through general IO pins. It can connect up to 4 USB-LS HID (keyboard mouse joystick) devices simultaneously.", | ||
"keywords": ["ESP32","ESP32S2","USB","Software USB","USB Soft Host"], | ||
"authors": { | ||
"name": "tobozo", | ||
"url": "https://github.com/tobozo", | ||
"maintainer": true | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tobozo/ESP32-USB-Soft-Host.git" | ||
}, | ||
"version": "0.1.3", | ||
"frameworks": "arduino", | ||
"platforms": "espressif32", | ||
"headers": "ESP32-USB-Soft-Host.h" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters