Files @ 3dc8ab4e2928
Branch filter:

Location: therm/storage.h - annotation

Ethan Zonca
Fix stupid thermocouple error issue finally. Temporarily disable CDC transmit. Move PID calcs into a different loop for fun and profit.
1
2
3
4
5
6
7
8
9
#ifndef STORAGE_H
#define STORAGE_H


void save_settings(therm_settings_t *tosave);
void save_setpoints(therm_settings_t *tosave);
void restore_settings(therm_settings_t *tosave);

#endif