mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-03-15 05:17:30 +03:00
Removed unused vars
This commit is contained in:
parent
5ce115435a
commit
0d4374a73d
@ -49,9 +49,6 @@ MQUnifiedsensor MQ7(placa, Voltage_Resolution, ADC_Bit_Resolution, pin7, type);
|
|||||||
MQUnifiedsensor MQ8(placa, Voltage_Resolution, ADC_Bit_Resolution, pin8, type);
|
MQUnifiedsensor MQ8(placa, Voltage_Resolution, ADC_Bit_Resolution, pin8, type);
|
||||||
MQUnifiedsensor MQ9(placa, Voltage_Resolution, ADC_Bit_Resolution, pin9, type);
|
MQUnifiedsensor MQ9(placa, Voltage_Resolution, ADC_Bit_Resolution, pin9, type);
|
||||||
|
|
||||||
//Variables
|
|
||||||
float LPG, Alcohol, CH4, H2, CH42, CO, H22, LPG2;
|
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
//Init serial port
|
//Init serial port
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user