Skip to content

Instantly share code, notes, and snippets.

#include <Arduino.h>
#include <OneWire.h>
#include <Console.h>
#include <DallasTemperature.h>
#include "lights.h"
#define BUF_SIZE 256
#define REPORT_INTERVAL 30000 // ROBERTO, This was 3000 ms instead of 30000.