TinyReflowController
TinyReflowController copied to clipboard
TinyReflowController V2 firmware updates
I made some updates to the V2 firmware. These include: -Manual bake/temperature control -Fan Control -Scrolling temperature plot/graphing updates -Soft power off/on -Minor usability updates (e.g. setpoint beyond threshold so we don't rely on overshoot to proceed to next state)
Specific details of the new features were added in the comment block at the top of the code.
I know it is late, but this code does not work on Atmega328p. The display will not initialise and runs out of RAM because of all these extra added features. Most likely you have been using a different board with more RAM.