Files @ 45ee045c249f
Branch filter:

Location: therm/display.h

matthewreed
Added checksum to flash write and restore functions and load default settings
1
2
3
4
5
6
7
8
#ifndef DISPLAY_H
#define DISPLAY_H

#include "states.h"

void display_process(therm_settings_t* set, therm_status_t* status);

#endif