Skip to content

Instantly share code, notes, and snippets.

[code]
#include <OneWire.h> /*sensor bus library*/
#include <DallasTemperature.h> /*DS18B20 library*/
#include <ShiftedLCD.h> /*to use 74HC595 shift register with LCD*/
#include <SPI.h>
#include <PID_v1.h>
#include <EEPROM.h>
#define CONFIG_VERSION "f01"
#define CONFIG_START 25