Files @ a2c96432427b
Branch filter:

Location: therm-ng/inc/display.h

Ethan Zonca
Use tim17 to gen pwmout; oc doesn't work so using isr
#ifndef DISPLAY_H
#define DISPLAY_H

#include "states.h"

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

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

#endif