change in readme

This commit is contained in:
2019-04-25 17:11:38 +02:00
parent 3a8286d445
commit 7a6268a074

View File

@ -14,11 +14,11 @@ Wolfgang Hottgenroth <woho@hottis.de>
* Copy `ConfigGenerator/ConfigDataStructure.py-example` into your project directory, * Copy `ConfigGenerator/ConfigDataStructure.py-example` into your project directory,
rename it to `ConfigDataStructure.py` rename it to `ConfigDataStructure.py`
* Edit `ConfigDataStructure.py` according to your requirements * Edit `ConfigDataStructure.py` according to your requirements
* Change into directory ConfigGenerator and run configGen.sh, * Change into directory ConfigGenerator and run `configGen.sh`,
it generates the configuration code for your projects into your it generates the configuration code for your projects into your
project directory (files configuration.cpp and configuration.h, do not edit project directory (files `configuration.cpp` and `configuration.h`, do not edit
these files) these files)
* Copy `defines.h-example` into your project directory and edit it * Copy `defines.h-example` into your project directory, rename it to `defines.h` and edit it
according to your requirements according to your requirements
* In to main cpp file of your project you have the functions `setup()` and `loop()`. * In to main cpp file of your project you have the functions `setup()` and `loop()`.
Edit this file and call `mainSetup()` from the `setup()` function and `mainLoop()` from Edit this file and call `mainSetup()` from the `setup()` function and `mainLoop()` from