How does define work?

GekoCH:
wow thx a lot

so const is similair to define you still can't change the value after it is "defined" in the code?

Andy

That is correct. Once compiled the end result is the same - the number is just a number stored in progmem in the same way as #define - the resultant code is (usually) exactly the same.