I'm using an "Arduino Uno" and am trying to use my keyboard to control a servo as this example code has:
I'm staring at this example blankly hoping something sinks in trying to figure out what each of the little bits do, and I'm also looking around code reference area dealing with "serial"
link: Serial - Arduino Reference
and I see the available option..
I then see "Arduino Mega only"
I'm wondering why specific bits of code only work with specific hardware versions.
What is so different between the boards that this wouldn't work?