LED_PROGRAMME_1:17: error: 'LED2' was not declared in this scope
LED_PROGRAMME_1.ino (418 Bytes)
LED_PROGRAMME_1:17: error: 'LED2' was not declared in this scope
LED_PROGRAMME_1.ino (418 Bytes)
You have not defined any variable, not LED1, LED2 or LED3 or specified any pins that any LEDs might be connected to. The compiler can't just guess what you have connected where.
And your code should in posted inline in code tags (</>). Please read the "How to use this forum -please read" post which can be found at the top of every single forum.
Steve
slipstick:
You have not defined any variable, not LED1, LED2 or LED3 or specified any pins that any LEDs might be connected to. The compiler can't just guess what you have connected where.And your code should in posted inline in code tags (</>). Please read the "How to use this forum -please read" post which can be found at the top of every single forum.
Steve
TNX