mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-03-15 05:17:30 +03:00
13 lines
160 B
Arduino
13 lines
160 B
Arduino
![]() |
#include <MQUnifiedsensor.h>
|
||
|
|
||
|
|
||
|
void setup() {
|
||
|
// put your setup code here, to run once:
|
||
|
|
||
|
}
|
||
|
|
||
|
void loop() {
|
||
|
// put your main code here, to run repeatedly:
|
||
|
|
||
|
}
|