int Pins[4] = {A0,A1,A2,A3}; int a = 0; int n = 2; // nombre de sensors void setup() { Serial.begin(9600); }// end Setup void loop() { for(int i=0;i