SENSOR DE HUMEDAD Y TEMPERATURA DHT11
#include "DHT.h"
#include "Bluetoothserial.h"
#define DHTPIN 4
#define DHTTYPE DHTY11
DHT dht(DHTPIN,DHTTYPE);
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
No hay comentarios:
Publicar un comentario