Ok... I've got my machine built (from a Vitamin kit) using an Arduino Mega and Polarshield. I am currently trying to load the polargraph_server_polarshield.ino (from the 1.7-1.6 zip file) to the Arduino... but, it is failing to compile. I'm receiving the following error messages:
polargraph_server_polarshield:133: error 'multiplier' was not declared in this scope
polargraph_server_polarshield:134: error 'multiplier' was not declared in this scope
polargraph_server_polarshield:cpp In function 'void setup()':
polargraph_server_polarshield:241 error: 'configuration_motorSetup' was not declared in this scope
polargraph_server_polarshield:242:error:'eeprom_loadMachineSpecFromEeprom' was not declared in this scope
polargraph_server_polarshield:243:error:'configuartion_setup' was not declared in this scope
polargraph_server_polarshield:253:error: 'comms_establishContact' was not declared in this scope
... plus others all saying that variables were not declared in this scope.
What's going on???
Tom
|