Naja, so komplex ist der Code jetzt nicht...
EDIT: Hab gerade deinen Eintrag im Arduino-Forum entdeckt... werd mich mal schlau machen.
Code: Alles auswählen
#ifdef SRLCD
  #include <ShiftRegLCD.h>
  ShiftRegLCD lcd(3, 2, 4, 2);  // (Datapin, Clockpin, Enablepin or TWO_WIRE [, Lines [, Font]]])
#else
  #include <LiquidCrystal.h>
  LiquidCrystal lcd = LiquidCrystal(8, 9, 4, 5, 6, 7); // rs, enable, d4, d5, d6, d7
#endif
Code: Alles auswählen
#ifndef SRLCD
  #include <LiquidCrystal.h>
  LiquidCrystal lcd = LiquidCrystal(8, 9, 4, 5, 6, 7); // rs, enable, d4, d5, d6, d7
#else
  #include <ShiftRegLCD.h>
  ShiftRegLCD lcd(3, 2, 4, 2);  // (Datapin, Clockpin, Enablepin or TWO_WIRE [, Lines [, Font]]])
#endif

Code: Alles auswählen
LCD_Config:221: error: 'delay' was not declared in this scope
LCD_Config:224: error: 'delay' was not declared in this scope
LCD_Config:234: error: 'Serial' was not declared in this scope
LCD_Config:235: error: 'serialRead' was not declared in this scope
LCD_Config:242: error: 'delay' was not declared in this scope
LCD_Config:244: error: 'showStatusLine' was not declared in this scope
...


yacco hat geschrieben: in Java geschrieben.

Aber, ist doch in C das ganze?yacco hat geschrieben:Hehehe...

Ok. Habe den Monster Thread um das eigentliche Projekt nicht weiter verfolgt, mit schreckt das "Wii" im Titel ab.yacco hat geschrieben: Der Compiler scheint der avr-gcc zu sein.
Titel:tracer hat geschrieben:Habe den Monster Thread um das eigentliche Projekt nicht weiter verfolgt, mit schreckt das "Wii" im Titel ab.
ja nee, is klaaaaRe: MultiWiiKopter-Konfigurationsprogramm für Arduino