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