Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 533 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 533 Bytes

This is a library wrapper of VUSB driver for Arduino IDE.

In order to customize the driver from the sketch you need to create platform.local.txt and add the following:

build.extra_flags=-I{build.source.path}

Now you can override any option in usbconfig.h by creating vusbconfig.h in your sketch folder and redefine any macro.