Shift Register library funktioniert nicht.

vor 1 year 2 weeks von Freeeduino

Hallo,

ich habe mir die Schieberegister-Library von hier heruntergeladen:

http://arduino.cc/playground/Main/ShiftOutX

Allerdings funktioniert sie nicht, wenn ich das Beispiel kompiliere, dann bekomme ich einen Fehler in der Konsole :

In file included from shiftFourRegistersSPI.cpp:11:
D:\My PC\Downloads\Programme\arduino ide\arduino-1.0.1\libraries\ShiftOutX/ShiftOutX.h:110: error: declaration of 'uint8_t* shiftOutX::_register_array'
D:\My PC\Downloads\Programme\arduino ide\arduino-1.0.1\libraries\ShiftOutX/ShiftOutX.h:103: error: conflicts with previous declaration 'uint8_t* shiftOutX::_register_array'

Kann mir da wer helfen ?

Ähnliche Posts

2 Antworten auf “Shift Register library funktioniert nicht. ”


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
  1. uwe sagt:

    HAst Du 2 Sketche in verschiedenen Tabs eines IDE Fensters offen? Das IDE vereinigt vor dem Kompilieren alle Tabs zu einem einzigen Sketch.
    Grüße Uwe

    Login or register to post comments

  1. Freeeduino sagt:

    Nein, habe für jedes Programm, ein fenster offen udn je nur einen Tab.

    Funktioniert sie bei dir?

    Login or register to post comments