We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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!