Solder-Plate/src
2024-01-28 12:35:54 +02:00
..
buttons Merge branch 'master' menu and working stuff. 2024-01-27 17:25:06 +01:00
displays Implimented drawing the line. 2 options-> Pixel by pixel or a line. Line works better. It starts at 0,0 of graph and then the next value read is the new x,y target and saved last one as start. It draws around every 950ms so we arnt just drawing usless lines and wasting PID loop processing power :) 2024-01-28 12:35:54 +02:00
leds Continuing work on TFT and Fixed bug where LEDS kept blinking if the user cancels while in reflow stage 2024-01-28 05:45:18 +02:00
PID Implimented drawing the line. 2 options-> Pixel by pixel or a line. Line works better. It starts at 0,0 of graph and then the next value read is the new x,y target and saved last one as start. It draws around every 950ms so we arnt just drawing usless lines and wasting PID loop processing power :) 2024-01-28 12:35:54 +02:00
thermistors Added logic for Temperature Controller and Global debug Flag for Serial Messages 2024-01-28 00:05:57 +02:00
tools Added timer to check execution time of codee 2024-01-27 09:39:47 +02:00
voltageReference Cleanup and Reorganization of Folders 2024-01-26 04:18:43 +02:00
common.h menu first work 2024-01-27 11:46:08 +01:00
EEPROMDataManager.cpp stuff 2024-01-27 15:31:36 +01:00
EEPROMDataManager.h Added EEProm manager 2024-01-27 14:17:01 +01:00
globals.cpp Implimented drawing the line. 2 options-> Pixel by pixel or a line. Line works better. It starts at 0,0 of graph and then the next value read is the new x,y target and saved last one as start. It draws around every 950ms so we arnt just drawing usless lines and wasting PID loop processing power :) 2024-01-28 12:35:54 +02:00
globals.h We now how full target drawing with lines and everything 2024-01-28 09:55:05 +02:00
main.cpp Implimented drawing the line. 2 options-> Pixel by pixel or a line. Line works better. It starts at 0,0 of graph and then the next value read is the new x,y target and saved last one as start. It draws around every 950ms so we arnt just drawing usless lines and wasting PID loop processing power :) 2024-01-28 12:35:54 +02:00
reflow.h Implimented drawing the line. 2 options-> Pixel by pixel or a line. Line works better. It starts at 0,0 of graph and then the next value read is the new x,y target and saved last one as start. It draws around every 950ms so we arnt just drawing usless lines and wasting PID loop processing power :) 2024-01-28 12:35:54 +02:00
Solder Plate.code-workspace Fixed LED colors 2024-01-26 19:09:12 +02:00