Welcome! Log In Create A New Profile

Advanced

Problem with Repetier Firmware + Gen 6

Posted by Hc 
Hc
Problem with Repetier Firmware + Gen 6
June 10, 2013 02:42PM
Hi everyone,

I'm trying to upload the Repetier Firmware on a Gen 6 deluxe board, but I'm having a problem with the SPI librarie. In the arduino 18 version I'm having the following error:

17: error: SPI.h: No such file or directory
#include SPI.h

I've tried to copy this library from Arduino 19 sofwtare, but occured the error :

C:\arduino-0018\libraries\SPI\SPI.cpp:23: error: 'SCK' was not declared in this scope

C:\arduino-0018\libraries\SPI\SPI.cpp:24: error: 'MOSI' was not declared in this scope

C:\arduino-0018\libraries\SPI\SPI.cpp:25: error: 'SS' was not declared in this scope

I've tried also compile in Arduino 19, but with errors too :

C:\Users...\arduino-0019\arduino-0019\libraries\SPI\SPI.cpp: In static member function 'static void SPIClass::begin()':
C:\Users...\arduino-0019\arduino-0019\libraries\SPI\SPI.cpp:23: error: 'SCK' was not declared in this scope
C:\Users...\arduino-0019\arduino-0019\libraries\SPI\SPI.cpp:24: error: 'MOSI' was not declared in this scope
C:\Users...\arduino-0019\arduino-0019\libraries\SPI\SPI.cpp:25: error: 'SS' was not declared in this scope

Does anyone know what's the problem?
Sorry, only registered users may post in this forum.

Click here to login