2dba6d5bac | ||
---|---|---|
cmake | ||
reflowctl | ||
solder_types | ||
.gitignore | ||
AUTHORS | ||
Arduino_Monitor.py | ||
CMakeLists.txt | ||
LICENSE | ||
README.html | ||
README.rst | ||
burn.png | ||
main.cpp | ||
oven_control.cpp | ||
oven_control.h | ||
plot.py | ||
profile.cpp | ||
profile.h | ||
profile_control.cpp | ||
qtplot.py | ||
reflow.gif | ||
serialmon.py | ||
unburn.png |
README.rst
reflowctl howto =============== Installation ------------ You can use the reflowctl sketch as is in arduino IDE, or as we prefer with the editor of choice and a sane build environment. Then you have to install cmake, for the serialmon.py script python and pyserial. The complete workflow to crosscompile and upload our sketch is decribed below:: cd reflow mkdir build cd build cmake .. make make reflowctl-upload && ../serialmon.py