Files @ f2990941d9d9
Branch filter:

Location: therm/display.h

Ethan Zonca
Added untested jump-to-DFU using option bytes per ST forums. Should work, need to make sure the user program is run after DFU flash so the bits are unset
1
2
3
4
5
6
7
8
9
#ifndef DISPLAY_H
#define DISPLAY_H

#include "states.h"

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

#endif