This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Arduino.h> | |
#include "TimerOne.h" | |
#include <dht.h> | |
#include <SdFat.h> | |
#include <SdFatUtil.h> // define FreeRam() | |
#define DHT22_PIN 5 | |
#define SD_CHIP_SELECT SS // SD chip select pin |
NewerOlder