Im totaly new to Arduino, started tonight with blinking leds and that did work well. But i wanted to try something by my self and made this code from the Arduino website, but i get error messages. Here's the sketck:
int ledpin_red = 2;
int ledpin_yellow = 3;
Here is the errors i get when compiling:
JornProj_1_pde.cpp: In function 'void setup()':
JornProj_1_pde:4: error: 'pinmode' was not declared in this scope
JornProj_1_pde:5: error: 'pinmdoe' was not declared in this scope
JornProj_1_pde.cpp: In function 'void loop()':
JornProj_1_pde:8: error: 'digitalwrite' was not declared in this scope
Haha, i'm through blinking, buzzing and pushbuttons and have'nt had the time for wine, but now i've acomplished so much that i call it the night and drink some wine.