diff --git a/examples/MQ-3/MQ-3.ino b/examples/MQ-3/MQ-3.ino index bc22d48..795a008 100644 --- a/examples/MQ-3/MQ-3.ino +++ b/examples/MQ-3/MQ-3.ino @@ -60,8 +60,6 @@ void setup() { //Remarks: Configure the pin of arduino as input. /************************************************************************************/ MQ3.serialDebug(true); - - //pinMode(calibration_button, INPUT); } void loop() {