-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kompilatonsfehler #6
Comments
Hi Schorsch, Gruss Mark |
Hallo Mark, es gibt keine Lösung, es klappt nur mit dem original Arduino nano! Ich hab auch die Entwickler und Publisher angeschrieben und keine Lösung erhalten! Sorry, |
Hi Schorsch, Hi Mark, kurzer Nachtrag (falls nicht schon gelöst) - es funktioniert wunderbar, wenn ihr "WDTO_8S" durch "WDT_PERIOD_8KCLK_gc" ersetzt. Siehe https://forum.arduino.cc/t/arduino-nano-every-and-wdto_8s/676107 Liebe Grüße, |
Ich hänge mich mal da dran, an die Überschrift Kompilationsfehler.... Diese Meldung bekomme ich: Ich habe versucht die DS1307RTC Library als ältere version zu installieren, keine Verbesserung. Dann gingen mir die Ideen schon aus, weil ich von der Programmierung so gar keine Ahnung habe.... |
Falls hier noch jemand dasselbe Problem hat.... |
if youre using an avr microcontroler, there is another method to implement watchdog. also keep in mind that on your arduino the pins are maybe diffrent. Here is a version of the avr compatible code(at least on an avr arduino nano, should work on others to): |
Hi,
Ich bin hier und auch bei Arduino Programmierung ganz neu dabei.
Früher C64 und AMIGA Erfahrung, so wie PC (eher Windows) und Hardwarezusammenbau.
Mein Problem ist, das ich bei der Kompilierung des hier angezeigten Codes eine Fehlermeldung bekomme.
Ich habe den Code mit Past und Copy in den Arduino IDE eingefügt und dann die benötigten Bibliotheken habe ich hinzugefügt.
Wähle ich ein Arduino UNO aus, geht die Kompilation durch, wähle ich mein Arduino Nano Every, so kommt die Fehlermeldung in Zeilen Nummer 38:
"WDTO_8S" was not declared in this scope
was ist falsch, bzw. was kann ich tun?
Brauche ich ein anderes Board?
The text was updated successfully, but these errors were encountered: