The compiler (arduino 1.0.5) gives a multiple definition error for all SPI commands when code, including this, is compiled:
#include <ArduinoRobot.h>
#include <SPI.h>
void setup(){}
void loop(){}
Please fix that ASAP, I can't use an SPI interface with the robot!