Changeset - fd0299f4b71e
[Not reviewed]
default
0 1 0
Ethan Zonca - 10 years ago 2014-09-25 22:23:46
ez@ethanzonca.com
Add todo
1 file changed with 3 insertions and 0 deletions:
main.c
3
0 comments (0 inline, 0 general)
main.c
Show inline comments
 
@@ -170,6 +170,7 @@ void update_temp() {
 
 
 
// PID implementation
 
// TODO: Make struct that has the last_temp and i_state in it, pass by ref. Make struct that has other input values maybe.
 
int16_t last_pid_temp = 0;
 
uint8_t last_pid_temp_frac = 0;
 
int16_t i_state = 0;
 
@@ -324,6 +325,8 @@ void save_setpoints()
 
    Minimal_EEPROM_Lock();
 
}
 
 
 
// TODO: Make a struct that has all settings in it. Pass by ref to this func in a library.
 
void restore_settings()
 
{
 
    Minimal_EEPROM_Unlock();
0 comments (0 inline, 0 general)