Arduino : 1.8.13 (Windows Store 1.8.42.0) (Windows 10), Carte : "Arduino Nano, ATmega328P"
C:\Users\antho\Desktop\Allumage_205_CTI\Allumage_205_CTI - Copie.ino:16:8: error: redefinition of 'int Na []'
int Na[] = {0, 500, 1000, 2000, 3000, 4000, 5000, 6400, 0};//t/*mn vilo
^
C:\Users\antho\Desktop\Allumage_205_CTI\Allumage_205_CTI.ino:16:5: note: 'int Na [9]' previously defined here
int Na[] = {0, 500, 1000, 2000, 3000, 4000, 5000, 6400, 0};//t/*mn vilo
^~
C:\Users\antho\Desktop\Allumage_205_CTI\Allumage_205_CTI - Copie.ino:19:10: error: redefinition of 'int Anga []'
int Anga[] = {5 ,8 ,10 , 22, 30, 34, 34, 34, 0};
^
C:\Users\antho\Desktop\Allumage_205_CTI\Allumage_205_CTI.ino:19:5: note: 'int Anga [9]' previously defined here
int Anga[] = {5 ,8 ,10 , 22, 30, 34, 34, 34, 0};
^~~~
C:\Users\antho\Desktop\Allumage_205_CTI\Allumage_205_CTI - Copie.ino:22:5: error: redefinition of 'int Ncyl'
int Ncyl = 4;
^~~~
C:\Users\antho\Desktop\Allumage_205_CTI\Allumage_205_CTI.ino:22:5: note: 'int Ncyl' previously defined here
int Ncyl = 4;
^~~~
C:\Users\antho\Desktop\Allumage_205_CTI\Allumage_205_CTI - Copie.ino:25:11: error: redefinition of 'const int AngleCapteur'
const int AngleCapteur = 45 ;
^~~~~~~~~~~~
C:\Users\antho\Desktop\Allumage_205_CTI\Allumage_205_CTI.ino:25:11: note: 'const int AngleCapteur' previously defined here
const int AngleCapteur = 45 ;
^~~~~~~~~~~~
C:\Users\antho\Desktop\Allumage_205_CTI\Allumage_205_CTI - Copie.ino:29:11: error: redefinition of 'const int CaptOn'
const int CaptOn = 1;
^~~~~~
C:\Users\antho\Desktop\Allumage_205_CTI\Allumage_205_CTI.ino:29:11: note: 'const int CaptOn' previously defined here
const int CaptOn = 1;
^~~~~~
C:\Users\antho\Desktop\Allumage_205_CTI\Allumage_205_CTI - Copie.ino:36:11: error: redefinition of 'const int Dwell'
const int Dwell = 3;
^~~~~
C:\Users\antho\Desktop\Allumage_205_CTI\Allumage_205_CTI.ino:36:11: note: 'const int Dwell' previously defined here
const int Dwell = 3;
^~~~~
exit status 1
Erreur de compilation pour la carte Arduino Nano
Partager