Hello.
I've been trying to upload this program for a check before writing a complex one:
"
void setup (){
pinMode(02, OUTPUT);
}
void loop(){
digitalWrite(02, HIGH);
}
"
which is just 890bytes. I'm completely unable to load this when i select board>lilypad w/ 328... and i get this error:
avrdude: stk500_recv(): programmer is not responding.
But when i load this same program with simple selection of board>lilypad arduino, my program load with 4280bytes and its the same as my blink program so by default led on 13th pin blinks all the time.
Please help me load a program as i can only run the default program of blink on lilypad. My connections are correct and when i connect leds on 13th pin it blinks with 1000msec delay. ![]()
Thank you ![]()