Trivial questions

Yes and it is a very common convention that #defined variables are uppercase

#define LEDPIN 11

...
pinMode( LEDPIN, OUTPUT); // OUTPUT is probably a #define'd constant too
...