cleanup
This commit is contained in:
parent
59ea61af0f
commit
096155c6cd
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Reference in a new issue