I've been trying for a few days to get the usb keyboard example here http://www.pjrc.com/teensy/usb_keyboard.html to compile and run, mostly using arduino software.
I can get the basic examples to work, but when I try adding #include <usb_keyboard.h> in order to get the more functionality.. I get the error below. And when I move files around to get util/delay.h in the path, many more errors are encountered. Perhaps I am missing something basic.
C:\arduino-1.0.3\libraries\usb_keyboard\example.c:27:24: fatal error: util/delay.h: No such file or directory
compilation terminated.
I am a Windows user, and not too knowledgeable in C. I know basic C syntax, very little about compiling.
It is important to me to get the functionality of holding a key down.. So I'm determined to get this working.
Can anyone suggest next steps or tell what I am doing wrong?
Thanks, John
I can get the basic examples to work, but when I try adding #include <usb_keyboard.h> in order to get the more functionality.. I get the error below. And when I move files around to get util/delay.h in the path, many more errors are encountered. Perhaps I am missing something basic.
C:\arduino-1.0.3\libraries\usb_keyboard\example.c:27:24: fatal error: util/delay.h: No such file or directory
compilation terminated.
I am a Windows user, and not too knowledgeable in C. I know basic C syntax, very little about compiling.
It is important to me to get the functionality of holding a key down.. So I'm determined to get this working.
Can anyone suggest next steps or tell what I am doing wrong?
Thanks, John