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