I am new to micro controllers and robots but am familiar with servos and such as I have RC planes, helicopters and a fast electric boat.
Received my kit on Friday from Robot Shop here in Canada. Built it today but am stuck at uploading the Servotor32 v1.5 program from the Arduino 1.0.2 environment. I am getting the following errors:
Servotor32_1v5.ino: In function 'void setup()':
Servotor32_1v5:35: error: 'DDRF' was not declared in this scope
Servotor32_1v5:40: error: 'Serial1' was not declared in this scope
Servotor32_1v5.ino: In function 'void callback()':
Servotor32_1v5:68: error: 'PORTF' was not declared in this scope
Servotor32_1v5.ino: In function 'void loop()':
Servotor32_1v5:300: error: 'Serial1' was not declared in this scope
I recognize the code as I am familiar with C and some of it’s variants. I started adding variable declarations to quash the errors but decided I better not mess with it much until I understand more about what I’m doing.
Anyone else encountering this and/or have suggestions?

