1
0
forked from me/IronOS

Roughly functioning menu system

Has some functionality issues
Still need settings saving & movement detection
This commit is contained in:
Ben V. Brown
2016-09-21 11:19:41 +10:00
parent f4d5b8b000
commit c6559312f0
6 changed files with 81 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ int main(void) {
Clear_Screen(); //clear the display buffer to black
systemSettings.SleepTemp = 1000;
systemSettings.SleepTime = 1;
systemSettings.SolderingTemp = 1500;
systemSettings.SolderingTemp = 1200;
readIronTemp(239); //load the default calibration value
setupPID(); //init the PID values
//OLED_DrawString("TEST012",7);