Added options to custom

This commit is contained in:
miguel5612 2020-03-26 14:46:14 -05:00
parent 2cfb8324ed
commit 65e8664c69

View File

@ -46,6 +46,14 @@ void setup() {
//Remarks: Configure the pin of arduino as input. //Remarks: Configure the pin of arduino as input.
/************************************************************************************/ /************************************************************************************/
MQ4.init(); MQ4.init();
// Calibration setup
MQ4.setR0(3.86018237);
/*
//If the RL value is different from 10K please assign your RL value with the following method:
MQ4.setRL(10);
*/
} }
void loop() { void loop() {