First test compile OK

This commit is contained in:
miguel5612
2019-05-19 13:27:00 -05:00
parent e53a1b869f
commit 68b2440461
8 changed files with 70 additions and 189 deletions

12
examples/MQ4/MQ4.ino Normal file
View 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:
}