mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-03-25 10:10:01 +03:00
Fixed reference
This commit is contained in:
parent
11e1e13d3f
commit
669783ddf1
@ -1,7 +1,7 @@
|
|||||||
#include "MQUnifiedsensor.h"
|
#include "MQUnifiedsensor.h"
|
||||||
|
|
||||||
|
|
||||||
void MQUnifiedsensor::MQSensor(int pin, int type) {
|
MQUnifiedsensor::MQUnifiedsensor(int pin, int type) {
|
||||||
|
|
||||||
this->_pin = pin;
|
this->_pin = pin;
|
||||||
this->_type = type; //2,3,4,5,6,7,8,9,131,135,303,309
|
this->_type = type; //2,3,4,5,6,7,8,9,131,135,303,309
|
||||||
|
@ -12,7 +12,7 @@ class MQUnifiedsensor
|
|||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*/
|
*/
|
||||||
void MQSensor(int pin, int type);
|
void MQUnifiedsensor(int pin, int type);
|
||||||
void setR0(double R0);
|
void setR0(double R0);
|
||||||
void setSensorCharacteristics(int MQ[38], String nameLectureReqeuired);
|
void setSensorCharacteristics(int MQ[38], String nameLectureReqeuired);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user