summaryrefslogtreecommitdiff
path: root/n
diff options
context:
space:
mode:
Diffstat (limited to 'n')
-rw-r--r--n/es/src/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/n/es/src/main.c b/n/es/src/main.c
index 9b9225e..bd2b80f 100644
--- a/n/es/src/main.c
+++ b/n/es/src/main.c
@@ -53,6 +53,8 @@ int main (void)
adc_init ();
sei ();
+ rs232_putc('I');
+
/// programme principal
while(1)
@@ -60,7 +62,8 @@ int main (void)
if(etat == 1)
{
etat = 0;
- TCNT1 = (65535L - ((20L*14745600L)/(1024L*1000L)));
+ // METTRE L'ACTIVATION DE L'INTERRUPTION
+ TCNT1 = (65535L - ((20L*14745600L)/(1024L*1000L))); // LE PASSER EN COMPARATEUR.
if(temp_sens != sens)
{
temp_sens = sens;