remove digitalWrite

This commit is contained in:
Ronny 2014-11-12 20:04:39 +01:00
parent 2a64093fc8
commit 8a0f0af78d
1 changed files with 2 additions and 2 deletions

View File

@ -404,7 +404,7 @@ void verification3() {
}
void handleInterrupt() {
digitalWrite(9, HIGH);
//digitalWrite(9, HIGH);
unsigned long currentTime = micros();
unsigned int duration = currentTime - lastTime;
//lastTime = currentTime;
@ -437,7 +437,7 @@ void handleInterrupt() {
break;
}
}
digitalWrite(9, LOW);
//digitalWrite(9, LOW);
#ifdef RF_CONTROL_SIMULATE_ARDUINO
printf("\n");
#endif