diff --git a/library.json b/library.json new file mode 100644 index 0000000..aa3979d --- /dev/null +++ b/library.json @@ -0,0 +1,23 @@ +{ + "description": "A Firmware-Only USB implementation for Atmel's AVR Microcontrollers", + "repository": { + "url": "https://github.com/dvv/v-usb", + "type": "git" + }, + "platforms": [ + "atmelavr" + ], + "include": "usbdrv", + "build": { + "flags": "-I ../../src", + "srcFilter": "+ + + -<*.asm>" + }, + "keywords": [ + "USB" + ], + "name": "V-USB", + "frameworks": [ + "arduino" + ], + "version": "0.0.1" +} \ No newline at end of file