Search found 2 matches
- Sun Dec 26, 2010 5:59 pm
- Forum: V-USB
- Topic: Changing HID Mouse Example to Keyboard
- Replies: 9
- Views: 8278
Re: Changing HID Mouse Example to Keyboard
Sorry for BUMP. I've tried to do this as well and i seem to have some luck, but not much. My main.c looks like this: #include <avr/io.h> #include <avr/wdt.h> #include <avr/interrupt.h> /* for sei() */ #include <util/delay.h> /* for _delay_ms() */ #include <avr/pgmspace.h> /* required by usbdrv.h */ ...
- Mon Dec 20, 2010 7:42 pm
- Forum: V-USB
- Topic: HIDKeys on Atmega328P
- Replies: 1
- Views: 2468
HIDKeys on Atmega328P
Hello! I've got my Atmega 328P up and running with the Powerswitch project and it is working flawlessly. Some tweaking had to be made so it used the correct pins and i had to flash the fuse bytes. When i connect it to my linux computer it says kernel: usb 2-2: new low speed USB device using uhci_hcd...