//Copy for Arduino 1.5.6#include "U8glib.h" //#include //#define DHTPIN A2 // what pin we're connected DHT11//#define DHTTYPE DHT11 // DHT 11 //DHT dht(DHTPIN, DHTTYPE); U8GLIB_ST7920_128X64_1X u8g(6, 7, 8); //Konektor SPI Com: SCK = en = 13, MOSI = rw = 11, CS = di = 10#include #include "R...
By:
mato01Continue Reading »