Go to file
Stefan Kögl affb9b64d1 qualifier 2012-10-03 23:55:38 +02:00
cmake reduced code size, added comments and more features, cleaned up code 2012-10-03 23:17:50 +02:00
reflowctl qualifier 2012-10-03 23:55:38 +02:00
.gitignore more code, less void 2012-10-02 15:03:02 +02:00
AUTHORS adding meta info 2012-10-02 18:02:16 +02:00
CMakeLists.txt cmake stuff 2012-10-02 13:08:00 +02:00
LICENSE adding meta info 2012-10-02 18:02:16 +02:00
README.html states adjusted 2012-10-02 22:00:49 +02:00
README.rst states adjusted 2012-10-02 22:00:49 +02:00
reflow.gif foo 2012-10-02 02:14:16 +02:00
serialmon.py sync to home 2012-10-03 02:29:05 +02:00

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