Skip to content

Instantly share code, notes, and snippets.

@attilaolah
attilaolah / DHT11_BMP180_server.ino
Last active September 24, 2017 14:20
HTTP JSON API: ENC28J60 + DHT11 + BMP180 + UNO
// HTTP JSON API.
#include <EtherCard.h>
#include <DHT.h>
#include <Wire.h>
#include <Adafruit_BMP085_U.h>
// Ethernet: