Why use int instead of byte for pin numbers?

MarkT:
Also

#define led_pin 13

is fine and avoids introducing any variable.

yea, I am getting close to the edge of ram in one of my project, changed all my const X's to #defines and freed up almost 2 dozen bytes of ram