Search found 2 matches

by Luca89
Fri Aug 03, 2012 10:40 am
Forum: V-USB
Topic: Problem to compile a program with V-USB library [SOLVED]
Replies: 15
Views: 19166

Re: Problem to compile a simple program with V-USB library

Thank you very much Martin.
I followed your advice and now it's work.
by Luca89
Wed Aug 01, 2012 12:53 pm
Forum: V-USB
Topic: Problem to compile a program with V-USB library [SOLVED]
Replies: 15
Views: 19166

Problem to compile a program with V-USB library [SOLVED]

Hi, i tried to compile a simple program that i found at this link: m using the v-usb library This is the code: #include <avr/io.h> #include <avr/interrupt.h> #include <avr/wdt.h> #include "usbdrv.h" #include <util/delay.h> USB_PUBLIC uchar usbFunctionSetup(uchar data[8]) { return 0; // do ...