From 7c0f1786a017b1c518639d7aa2d0dbe13d34da2f Mon Sep 17 00:00:00 2001 From: miguel5612 Date: Tue, 9 Jul 2019 17:04:16 -0500 Subject: [PATCH] Removed unused --- examples/MQ-2/MQ-2.ino | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/MQ-2/MQ-2.ino b/examples/MQ-2/MQ-2.ino index bf76371..0b4951f 100644 --- a/examples/MQ-2/MQ-2.ino +++ b/examples/MQ-2/MQ-2.ino @@ -20,11 +20,6 @@ #define pin A0 //Analog input 0 of your arduino #define type 2 //MQ2 -/***************************** MQInicializar**************************************** - Input: pin, type - Output: - Remarks: This function create the sensor object. - ************************************************************************************/ //Declare Sensor MQUnifiedsensor MQ2(pin, type);