Er zijn 5 resultaten gevonden

Terug naar uitgebreid zoeken

dorustd
30 Mei 2020, 16:20
 
Forum: C code
Onderwerp: expected constructor error
Reacties: 1
Bekeken: 2681

expected constructor error

Hallo, Als ik onderstaande code compileer krijg ik volgende error: expected constructor, destructor, or type conversion before ';' token wie kan mij helpen? #include <Arduino.h> //Declare all the variables being used here: int centerIR; int leftIR; int rightIR; int leftFlag; int centerFlag; int righ...
dorustd
17 Okt 2016, 09:38
 
Forum: Arduino software
Onderwerp: Stray 302
Reacties: 7
Bekeken: 7177

Re: Stray 302

Dank je.
dorustd
16 Okt 2016, 22:18
 
Forum: Arduino software
Onderwerp: Stray 302
Reacties: 7
Bekeken: 7177

Re: Stray 302

Code had ik Copy Paste uit html pagina van instructables.

is er geen tool om ongewenste onzichtbare HTML code eruit te halen?
dorustd
16 Okt 2016, 20:46
 
Forum: Arduino software
Onderwerp: Stray 302
Reacties: 7
Bekeken: 7177

Re: Stray 302

Ik probeer werkend te krijgen via http://www.instructables.com/id/Arduino-2-Servos-Thumbstick-joystick/ #include <Servo.h> const int servo1 = 3;       // first servo const int servo2 = 10;       // second servo const int joyH = 3;        // L/R Parallax Thumbstick const int joyV = 4;        // U/D P...
dorustd
15 Okt 2016, 19:33
 
Forum: Arduino software
Onderwerp: Stray 302
Reacties: 7
Bekeken: 7177

Stray 302

na compileren krijg ik telkens onderstaande fout:

exit status 1
stray '\302' in program

waar ligt dit aan?

Terug naar uitgebreid zoeken