rocketscream / TinyReflowController

An all-in-one Arduino compatible reflow controller powered by ATtiny1634R
121 stars 64 forks source link

Added a "Bake" profile option, in addition to "Leaded" and "Lead-free". #5

Open HeaviDesign opened 4 years ago

HeaviDesign commented 4 years ago

I added a "bake" option, so a person can now bake parts / PCBs to drive out moisture. It is a third option, and the display will show "BK". I didn't implement any sort of timer - it just goes to the desired bake temp and stays there. The only file changed is TinyReflowController.ino

HeaviDesign commented 4 years ago

This addresses the currently open "Issue 4".