In an empty sketch, compiler says 26 bytes is saved from replacing
int x= map (analogRead(A0), 0,1023, 0,255);
with
int x= analogRead(A0)/4;
In an empty sketch, compiler says 26 bytes is saved from replacing
int x= map (analogRead(A0), 0,1023, 0,255);
with
int x= analogRead(A0)/4;