Files @ 2b4eb31dd8da
Branch filter:

Location: therm-ng/inc/display.h

ethanzonca
Rework some structure to segregate business logic of PID / thermostatic control / temp sensing
#ifndef DISPLAY_H
#define DISPLAY_H

#include "states.h"

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

void display_startup_screen(void);
void display_process(void);

#endif