Skip to content

Commit

Permalink
platformio compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Aug 11, 2022
1 parent 03b18b2 commit dfd2965
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/USB_Test/USB_Test.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define DEBUG_ALL
#define FORCE_TEMPLATED_NOPS
#include <ESP32-USBSoftHost.hpp>
#include <ESP32-USB-Soft-Host.h>
#include "usbkbd.h" // KeyboardReportParser


Expand Down
18 changes: 18 additions & 0 deletions library.json
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"
}
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version=0.1.3
author=tobozo <tobozo@noreply.github.com>
maintainer=tobozo <tobozo@noreply.github.com>
sentence="An Arduino wrapper to @sdima1357's usb_soft_host esp-idf example"
paragraph="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."
paragraph="ESP32-USB-Soft-Host is a pure software USB host through general IO pins. It can connect up to 4 USB-LS HID devices simultaneously."
category=Device Control
includes=ESP32-USB-Soft-Host.h
url=https://github.com/tobozo/ESP32-USB-Soft-Host/
url=https://github.com/tobozo/ESP32-USB-Soft-Host
architectures=esp32

0 comments on commit dfd2965

Please sign in to comment.