Skip to content

Instantly share code, notes, and snippets.

@heisvoid
heisvoid / heater.c
Created September 18, 2024 04:33
Arduino code for a nighttime electricity heater at home
//#define NO_MONITOR
#ifndef NO_MONITOR
#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#endif
#include <DS18B20.h>