Files @ 9ae5559ab974
Branch filter:

Location: therm-ng/inc/system/flash.h

matthewreed
Added current setpoint number to heating screens, and a few fixes for floating point numbers and such.
#ifndef flash_h
#define flash_h

#include "states.h"

#define FLASH_MAGIC_LOC 511
#define FLASH_MAGIC_VALUE 0xbeef



void flash_init(void);
void flash_savesettings(void);
void flash_restoresettings(void);
therm_settings_t* flash_getsettings(void);

therm_status_t* runtime_status(void);


#endif // flash_h