Search found 9 matches
Re: MacroPad
See above post for updated info about project. I really now need your help with 'usbInit' and 'usbPoll' function.
Re: MacroPad
Schematics: m main.c /***************************************************** LICENSE : GNU General Public License Version 2 (GPL) Program : AVR Studio 4.16 SP1, WinAVR 20071221 Project : LopputyöMHJR Version : 0.1.01 Date : 19.5.2009 Author : Freeware, for evaluation and non-commercial use only Compa...
Re: MacroPad
I can't debug usbInit & usbPoll undefined refence error in my main code.
Seems like It doesn't go and get it from usbdrv.h (I have defined USB_PUBLIC to static). Any quick ideas why it does this?
Seems like It doesn't go and get it from usbdrv.h (I have defined USB_PUBLIC to static). Any quick ideas why it does this?
Re: MacroPad
Ok here is the code what I have created so far. I have downloaded now the rest of the community projects that are related to keyboard. I wonder is request a pressed key from host possible without driver software for the host. Anyway I have not been really able to write USB descriptor because I don't...
Well then I noticed AVR Studio doesn't have any libraries on its own so I copied all libraries from WinAVR but seems like AVR Studio is a lot different than AVRCodeVision. Also I have been using Kanda 200/300 cable for uploading program to microcontroller but seems like I need to use AVRISP mkII (I ...
MacroPad
Hello. I'm in a bit pinch at this moment. Me and my friend wanted to do our graduation work but there is now some problems. Seems like this site doesn't have enough information regarding what AVR C program you should use, and program that I'm using doesn't have necessary libraries already and I can'...
- Wed Jan 07, 2009 8:25 pm
- Forum: V-USB
- Topic: Information & Help needed
- Replies: 0
- Views: 2335
Information & Help needed
Hello. I'm student of Kainuu Vocational College and currently 3rd year student of Information Technology and high school. Well I'm currently doing my graduation work with my friend but I'm wondering about this AVR-USB driver thingy along with hardware. We are planning to do USB 1.1 Macro Controller ...