MakeMagazinDE / PingpongTrainer

13 stars 2 forks source link

Errorcodes while uploading to Arduino #1

Open lutzehlers opened 1 month ago

lutzehlers commented 1 month ago

Hallo, ich habe versucht den Code auf den Arduino zu laden...leider kommt bei der Compilierung schon eine Reihe von Fehlermeldungen (siehe unten) Kann mir jemand helfen oder hatte den gleichen Fehler / Problem?

Besten Dank

C:\Users\Lutz Ehlers\Documents\PingpongTrainer-main\PingpongTrainer-main\Arduino Projekt\PingPongTrainer\PingPongTrainer.ino: In function 'void loop()': C:\Users\Lutz Ehlers\Documents\PingpongTrainer-main\PingpongTrainer-main\Arduino Projekt\PingPongTrainer\PingPongTrainer.ino:195:3: error: 'fGetPotValues' was not declared in this scope fGetPotValues(); ^~~~~ C:\Users\Lutz Ehlers\Documents\PingpongTrainer-main\PingpongTrainer-main\Arduino Projekt\PingPongTrainer\PingPongTrainer.ino:196:3: error: 'fLedBlink' was not declared in this scope fLedBlink(); ^~~~~ C:\Users\Lutz Ehlers\Documents\PingpongTrainer-main\PingpongTrainer-main\Arduino Projekt\PingPongTrainer\PingPongTrainer.ino:196:3: note: suggested alternative: 'vLastBlink' fLedBlink(); ^~~~~ vLastBlink C:\Users\Lutz Ehlers\Documents\PingpongTrainer-main\PingpongTrainer-main\Arduino Projekt\PingPongTrainer\PingPongTrainer.ino:197:3: error: 'fMotorControl' was not declared in this scope fMotorControl(); ^~~~~ C:\Users\Lutz Ehlers\Documents\PingpongTrainer-main\PingpongTrainer-main\Arduino Projekt\PingPongTrainer\PingPongTrainer.ino:197:3: note: suggested alternative: 'isControl' fMotorControl(); ^~~~~ isControl C:\Users\Lutz Ehlers\Documents\PingpongTrainer-main\PingpongTrainer-main\Arduino Projekt\PingPongTrainer\PingPongTrainer.ino:198:3: error: 'fSetState' was not declared in this scope fSetState(); ^~~~~ C:\Users\Lutz Ehlers\Documents\PingpongTrainer-main\PingpongTrainer-main\Arduino Projekt\PingPongTrainer\PingPongTrainer.ino:198:3: note: suggested alternative: 'vLedState' fSetState(); ^~~~~ vLedState C:\Users\Lutz Ehlers\Documents\PingpongTrainer-main\PingpongTrainer-main\Arduino Projekt\PingPongTrainer\PingPongTrainer.ino:199:3: error: 'fState0Standby' was not declared in this scope fState0Standby(); ^~~~~~ C:\Users\Lutz Ehlers\Documents\PingpongTrainer-main\PingpongTrainer-main\Arduino Projekt\PingPongTrainer\PingPongTrainer.ino:200:3: error: 'fState1Ready' was not declared in this scope fState1Ready(); ^~~~ C:\Users\Lutz Ehlers\Documents\PingpongTrainer-main\PingpongTrainer-main\Arduino Projekt\PingPongTrainer\PingPongTrainer.ino:201:3: error: 'fState2Running' was not declared in this scope fState2Running(); ^~~~~~

exit status 1

Compilation error: 'fGetPotValues' was not declared in this scope

Belott commented 1 month ago

Um den Code erfolgreich compilieren zu können, musst du sicherstellen:

Ich würde mich freuen, wenn du meinen Youtube-Kanal abonnierst: https://www.youtube.com/@bingobricks