From 7a6268a074a9396571a328649e7c2ba2d252af96 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 25 Apr 2019 17:11:38 +0200 Subject: [PATCH] change in readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 213fb56..1cc6f7b 100644 --- a/readme.md +++ b/readme.md @@ -14,11 +14,11 @@ Wolfgang Hottgenroth * Copy `ConfigGenerator/ConfigDataStructure.py-example` into your project directory, rename it to `ConfigDataStructure.py` * 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 - project directory (files configuration.cpp and configuration.h, do not edit + project directory (files `configuration.cpp` and `configuration.h`, do not edit 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 * 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