mirror of
https://github.com/miguel5612/MQSensorsLib.git
synced 2025-07-05 20:01:04 +03:00
First test compile OK
This commit is contained in:
12
examples/MQ4/MQ4.ino
Normal file
12
examples/MQ4/MQ4.ino
Normal file
@ -0,0 +1,12 @@
|
||||
#include <MQUnifiedsensor.h>
|
||||
|
||||
|
||||
void setup() {
|
||||
// put your setup code here, to run once:
|
||||
|
||||
}
|
||||
|
||||
void loop() {
|
||||
// put your main code here, to run repeatedly:
|
||||
|
||||
}
|
Reference in New Issue
Block a user