summaryrefslogtreecommitdiff
path: root/n/accel/accel.c
diff options
context:
space:
mode:
Diffstat (limited to 'n/accel/accel.c')
-rw-r--r--n/accel/accel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/n/accel/accel.c b/n/accel/accel.c
index fb63fc9..ae0f022 100644
--- a/n/accel/accel.c
+++ b/n/accel/accel.c
@@ -105,6 +105,10 @@ SIGNAL(SIG_INPUT_CAPTURE1)
TCCR1B |= _BV(ICES1); //trigge sur le front montant
//TIMSK |= 0x20; // Réactive les interruptions Input Capture
break;
+ case calcul :
+ // calcul trop long //
+ proto_send1('E',6);
+ break;
default :proto_send1('E',3);
break; // Ce cas ne doit pas arriver
}