Ich habe jetzt zwei Librarys probiert.
Mit beiden bekomme ich eine Fehlermeldung
Kannst Du mit bitte den Link zu deiner ATTiny Library geben
Edit:
Meine library:
https://github.com/damellis/attiny/
Fehlermeldung:
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows NT (unknown)), Board: "ATtiny85 (internal 8 MHz clock)"
core.a(main.cpp.o): In function `main':
D:\- privat -\arduino-1.0.6\hardware\arduino\cores\arduino/main.cpp:44: relocation truncated to fit: R_AVR_13_PCREL against undefined symbol `serialEventRun()'
Nochmal EDIT:
Jetzt habe ich diese Library mal probiert:
https://github.com/TCWORLD/ATTinyCore
Jetzt passt wenigstens der von Dir genannte Device Name....
Aber trotzdem jede Menge Fehler beim compilieren:
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows NT (unknown)), Board: "ATtiny85 @ 8 MHz (internal oscillator; BOD disabled)"
In file included from D:\- privat -\arduino-1.0.6\hardware\tiny\cores\tiny/Arduino.h:161,
from D:\- privat -\arduino-1.0.6\libraries\Adafruit_NeoPixel/Adafruit_NeoPixel.h:23,
from NeoPixel_Transceiver.ino:37:
D:\- privat -\arduino-1.0.6\hardware\tiny\cores\tiny/pins_arduino.h:60: error: conflicting declaration 'const uint8_t port_to_mode_PGM []'
D:\- privat -\arduino-1.0.6\hardware\tiny\cores\tiny/Arduino.h:125: error: 'port_to_mode_PGM' has a previous declaration as 'const uint16_t port_to_mode_PGM []'
D:\- privat -\arduino-1.0.6\hardware\tiny\cores\tiny/pins_arduino.h:61: error: conflicting declaration 'const uint8_t port_to_input_PGM []'
D:\- privat -\arduino-1.0.6\hardware\tiny\cores\tiny/Arduino.h:126: error: 'port_to_input_PGM' has a previous declaration as 'const uint16_t port_to_input_PGM []'
D:\- privat -\arduino-1.0.6\hardware\tiny\cores\tiny/pins_arduino.h:62: error: conflicting declaration 'const uint8_t port_to_output_PGM []'
D:\- privat -\arduino-1.0.6\hardware\tiny\cores\tiny/Arduino.h:127: error: 'port_to_output_PGM' has a previous declaration as 'const uint16_t port_to_output_PGM []'