summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-14Offical 1.0.2 release, fixed contrast bug when program startsHEADmasterJosh Perfetto3-2/+4
2012-01-14Add config command for contrast adjustmentJosh Perfetto5-12/+56
2011-12-18Rev version numberJosh Perfetto1-1/+1
2011-12-16Fix cycle count display when having an initial stepJosh Perfetto2-3/+7
2011-08-08Add Linux NCCJosh Perfetto2-0/+29
2011-08-08Add OSX NCCJosh Perfetto5-0/+2023
2011-07-08Merge branch 'master' of github.com:jperfetto/OpenPCRTito Jankowski3-5/+10
2011-07-08Version 1.0 package. Updated NativeApplicationUpdater to download software up...Tito Jankowski6-0/+209
2011-06-29Make auto-start more robust against inconsistent initial memoryJosh Perfetto1-1/+3
2011-06-29Free up memory by using 20 max cycles, moving sprintfloat form strings to pro...Josh Perfetto2-4/+7
2011-06-27Merge branch 'master' of github.com:jperfetto/OpenPCRTito Jankowski4-15/+55
2011-06-27Fixed USB volumechangeevents in Windows by instead tracking drive name rather...Tito Jankowski1-9/+13
2011-06-26Tweak initial ETA calculations to assume 1 C/s ramp timesJosh Perfetto1-1/+1
2011-06-26Improve restart detection algorithmJosh Perfetto1-9/+4
2011-06-26Improve crash/restart detection, works more reliably and auto-run now works o...Josh Perfetto3-6/+6
2011-06-26Add autorun.inf to disable auto-open of explorer on WinXP/Vista, does not wor...Josh Perfetto1-2/+39
2011-06-26Optimize PID control at low increasing temps, decrease max steps to 25 to fre...Josh Perfetto2-4/+12
2011-06-25Merge branch 'master' of github.com:jperfetto/OpenPCRTito Jankowski1-2/+9
2011-06-25Other misc changesTito Jankowski1-11/+20
2011-06-25Improve PID performance for decreasing at high tempsJosh Perfetto1-2/+9
2011-06-25Merge branch 'master' of github.com:jperfetto/OpenPCRTito Jankowski8-67/+126
2011-06-25Misc stuffTito Jankowski3-45/+84
2011-06-25Fix bug with not auto-starting when connected to air appJosh Perfetto2-1/+4
2011-06-25Remove erroneously committed build dirJosh Perfetto28-634/+0
2011-06-25Move all strings into PROGMEM to conserve SRAMJosh Perfetto35-63/+731
2011-06-25Don't auto-start if status.txt is readJosh Perfetto6-10/+32
2011-06-25Updated so protocol sent to device is maximum of 3 elements at top levelTito Jankowski1-3/+18
2011-06-25Status file is read every second once app is started. Used to wait for Start ...Tito Jankowski1-5/+4
2011-06-25Merge branch 'master' of github.com:jperfetto/OpenPCRTito Jankowski11-284/+318
2011-06-25Added code to update command ID after stopTito Jankowski3-7/+25
2011-06-25Fix bug with 1-repeate cyclesJosh Perfetto2-11/+5
2011-06-25Restart last program on power-on, don't restart if we detected a previous crashJosh Perfetto8-69/+112
2011-06-25Revise copyright noticesJosh Perfetto11-22/+23
2011-06-25Refactor command parser out of SerialControlJosh Perfetto8-168/+178
2011-06-25Remove unneeded I2C paramsJosh Perfetto1-22/+0
2011-06-25Add optimized PID tuning for lower tempsJosh Perfetto1-7/+15
2011-06-25Formatting changes and version # changesTito Jankowski3-232/+242
2011-06-24Reading from the running file is now started/stopped when a protocol is start...Tito Jankowski1-2/+3
2011-06-24Air UI continues to update after protocol is completedTito Jankowski1-7/+5
2011-06-24Merge branch 'master' of github.com:jperfetto/OpenPCRTito Jankowski11-230/+411
2011-06-24Air app status will update while lid is heating to tempTito Jankowski1-4/+9
2011-06-24Improve read performance for status.txt so as to not delay PID calculations, ...Josh Perfetto2-21/+77
2011-06-24Fix display corruption after program with no final stepJosh Perfetto2-1/+4
2011-06-24Use pools for steps/cyclesJosh Perfetto8-54/+98
2011-06-22Initialize program name so we don't print garbageJosh Perfetto1-0/+2
2011-06-22Remove hard-coded programJosh Perfetto2-9/+8
2011-06-22Fix bug with display of final step program nameJosh Perfetto2-3/+7
2011-06-22Fix bug with temp instability when 2 concurrent steps have same temp, refacto...Josh Perfetto5-27/+46
2011-06-22Refactor run completion codeJosh Perfetto2-8/+9
2011-06-22Wait for lid to heat before starting PCR runJosh Perfetto6-126/+179