Hello,
When I try to compile your VSLoader program, I get errors regarding pins_arduino.h
Here are the errors..
In file included from C:\Users\Anthony\Documents\arduino-1.0-windows\arduino-1.0\hardware\arduino\cores\arduino/Arduino.h:212,
from VS_Loader.cpp:26:
C:\Users\Anthony\Documents\arduino-1.0-windows\arduino-1.0\hardware\arduino\variants\standard/pins_arduino.h:40: error: expected unqualified-id before numeric constant
C:\Users\Anthony\Documents\arduino-1.0-windows\arduino-1.0\hardware\arduino\variants\standard/pins_arduino.h:41: error: expected unqualified-id before numeric constant
I noticed you have defined the SPI pins in the voiceshield.h as should I changed these?
#define SS 5 // ISD Pin mapping to Arduino = ISD Select, LOW = Selected
#define MOSI 2 // ISD Pin mapping to Arduino = Master Out Slave In
#define SCLK 3 // ISD Pin mapping to Arduino = Serial clock
#define INTU 4 // ISD Pin mapping to Arduino = INT or EOM ISD output
I am using the Arduino Uno. It arent the SPI pins hardcoded as 10,11,12,13?/?
Help!
