Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino #10

Open
gotfredsen opened this issue Feb 1, 2024 · 1 comment
Open

Arduino #10

gotfredsen opened this issue Feb 1, 2024 · 1 comment

Comments

@gotfredsen
Copy link

Hi,

I wanted to try the USB MSC Ramdisk, so in order to make your library work as a Arduino library I created this library.properties file:

name=ESP32 USB V2
version=2.0.0
author= chegewara
maintainer=chegewara
sentence=USB Devices
paragraph=USB Devices
category=Communication
url=https://github.com/chegewara/esp32-usb-v2
architectures=*
includes=src/*.hpp, src/*.h

It works until:
.../Documents/Arduino/libraries/esp32-usb-v2-master/src/private/usb_device.hpp:6:10: fatal error: common/tusb_common.h: No such file or directory
Any guidelines for how to use this with Arduino?

@chegewara
Copy link
Owner

try to remove this line.
its from library v1 and probably is not needed in v2

currently i am not working on usb libraries (or any other esp32 libraries, sorry)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants