system
August 9, 2013, 10:09pm
#1
tl,dr; Where do I get the Keyboard library referenced here: http://arduino.cc/en/Reference/MouseKeyboard ?
IDE: 1.0.3
Board: Leo
I feel like I’m missing something REALLY simple. I am trying to get this project to work: http://arduino.cc/en/Reference/MouseKeyboard
Do I need extra hardware besides the Leo? In a perfect world will this work on a Duemilanove?
Thanks for any help!
-dakkar
system
August 9, 2013, 10:15pm
#2
Where do I get the Keyboard library referenced here
It comes with the IDE.
I feel like I'm missing something REALLY simple.
A clue as to what your problem is, for one thing.
Do I need extra hardware besides the Leo?
Something to connect the keyboard.mouse to.
In a perfect world will this work on a Duemilanove?
Of course. This not being a perfect world, however, it won't.
system
August 9, 2013, 10:33pm
#3
PaulS:
Where do I get the Keyboard library referenced here
It comes with the IDE.
This is what I see in my available libraries…
system
August 10, 2013, 12:34am
#4
Have you tried compiling any of the Keyboard or Mouse examples? Apparently, it is not necessary to explicitly include anything.
system
August 10, 2013, 11:34am
#5
That was it.... I was just over thinking it. I thought I had to explicitly include the keyboard lib. I actually figured it out right after the post. *faceplam Thanks.