This commit is contained in:
Martin Ness 2015-09-24 13:49:55 +02:00
parent 59ea61af0f
commit 096155c6cd

View file

@ -41,7 +41,6 @@ void setup() {
pinMode(LED_Y, OUTPUT);
pinMode(LED_R, OUTPUT);
Serial.begin(9600);
setStateOnLeds();
attachInterrupt(INTERRUPT_NAME_BTN_ON, buttonOnPressed, RISING);
attachInterrupt(INTERRUPT_NAME_BTN_OFF, buttonOffPressed, RISING);
}