Boozeduino (2 / 8 paso)

Paso 2: El código

/*

@ Código para interfaces de Alcohol Sensor de Gas MQ-3 con Arduino
@ Código por Daniel Spillere Andrade y Daniel Amato Zabotti
@ daniel / danielzabotti
@ www.DanielAndrade.net

*/

const int analogPin = 0; el pin que está conectado el cable del sensor a
const int ledCount = 32; el número de LEDs en el gráfico de barras

int ledPins [] = {}
53,52,51,50,49,48,47,46,46,45,44,43,42,41,40,39,38,37,36,
35,34,33,32,31,30,29,28,27,26,25,24,23,22};
Aquí tenemos el número de LEDs a utilizar en el gráfico de barras 53 es verde 22 roja

void setup() {}

para (int thisLed = 0; thisLed < ledCount; thisLed ++) {}
pinMode (ledPins [thisLed], salida);
}}

void loop() {}
Este es el código a la luz de LED
int sensorReading = analogRead(analogPin);

int ledLevel = mapa (sensorReading, 500, 1023, 0, ledCount);

para (int thisLed = 0; thisLed < ledCount; thisLed ++) {}

Si (thisLed < ledLevel) {}
digitalWrite (ledPins [thisLed], HIGH);
}

Else {}
digitalWrite (ledPins [thisLed], LOW);
} }}

Artículos Relacionados

Remix de alcoholemia 2.0 (Alcohol metro)

Remix de alcoholemia 2.0 (Alcohol metro)

Mensaje: Por favor hacer tu ciudad limpia y decir NO a las bolsas de plástico, utiliza bolsas de papel reciclado. PLANTAR MÁS ÁRBOLES Y HACER DE ESTA TIERRA VERDE. Utilizar viejas piezas de reciclaje para proyectos y ahorrar dinero y medio ambiente.