-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
@MikaylaFischler
Description
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!