Skip to content

The SPI library and the ArduinoRobot library will not compile when both included #1709

Closed
@MikaylaFischler

Description

@MikaylaFischler

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions