Search found 2 matches

by shaun
Fri Feb 27, 2009 10:47 am
Forum: V-USB
Topic: HIDKeys: Exact purpose of idleRate/idleCount
Replies: 2
Views: 3268

Ok.... I'll have to read this another time to fully get it, it's not only my first contact with AVR-USB, but also USB on the lower levels. I've used FTDI chips before (USB->RS232, to name it) and written some Linux programs to talk with hardware enabled for USB with FTDI chips on the usblib level. I...
by shaun
Fri Feb 27, 2009 12:09 am
Forum: V-USB
Topic: HIDKeys: Exact purpose of idleRate/idleCount
Replies: 2
Views: 3268

HIDKeys: Exact purpose of idleRate/idleCount

Hi all, I'm rather new to AVR-USB, I downloaded the HIDKeys demo one hour ago, adapted it to my little ATmega8 test setup and just added a loop that increments the "pressed" button every 45 timer overflows, so I should get A...B...C... and so on, spaced by about one second. This works, but...