You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Stefan Kögl b62443a2a3
cleaned up signals, and plot redraw in config mode
10 years ago
cmake config editing done, factored, lcd ok 11 years ago
firmware done with cleaning up 11 years ago
reflowctl cleaned up signals, and plot redraw in config mode 10 years ago
.gitignore done with cleaning up 11 years ago
AUTHORS adding meta info 11 years ago
CMakeLists.txt sync 11 years ago
LICENSE adding meta info 11 years ago
README.html states adjusted 11 years ago
README.rst states adjusted 11 years ago
distribute_setup.py distribute setup missing 11 years ago
setup.py much better 11 years ago

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