mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-07-02 02:11:04 +03:00
Fixed some issues in examples
This commit is contained in:
@ -27,8 +27,7 @@ MQUnifiedsensor MQ2(pin, type);
|
||||
float H2, LPG, CO, Alcohol, Propane, Benzene;
|
||||
|
||||
void setup() {
|
||||
//Init serial port
|
||||
Serial.begin(115200);
|
||||
Serial.begin(9600); //Init serial port
|
||||
/***************************** MQInicializar****************************************
|
||||
Input:
|
||||
Output:
|
||||
|
Reference in New Issue
Block a user