Files @ 72630eaa8151
Branch filter:

Location: therm-ng/inc/display.h

Ethan Zonca
Refactor settings a bit, move stuff around
#ifndef DISPLAY_H
#define DISPLAY_H

#include "states.h"

#ifdef MAX31865_RTD_SENSOR
#include "max31865.h"
#endif

void display_startup_screen();
void display_process(therm_status_t* status);

#endif