16 lines
428 B
ReStructuredText
16 lines
428 B
ReStructuredText
|
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
|
||
|
cmake ..
|
||
|
make
|
||
|
make reflowctl-upload
|