From b09789958501538373b1f1cbad6112fdc1d149d4 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 25 Jul 2015 06:06:57 +0200 Subject: o Reformatting with uncrustify. --- config.h | 68 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 31 insertions(+), 37 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 52e6751..7ab5ac8 100644 --- a/config.h +++ b/config.h @@ -2,33 +2,33 @@ #define CONFIG_H /* - -TL; DR; If you are using Arduino IDE, you have to configure this file. -See the first section. - -This file controls how the sketch work so this is where your should -start to adjust settings. If you are using Arduino-Makefile you can -set these values by editing the EXTRA_FLAGS Makefile variable. - -If you are using the Arduino IDE and want to set a configuration -value, change the lines that look like this: - -// #define FOO ... - -to - -#define FOO 1 - -*/ + * + * TL; DR; If you are using Arduino IDE, you have to configure this file. + * See the first section. + * + * This file controls how the sketch work so this is where your should + * start to adjust settings. If you are using Arduino-Makefile you can + * set these values by editing the EXTRA_FLAGS Makefile variable. + * + * If you are using the Arduino IDE and want to set a configuration + * value, change the lines that look like this: + * + * // #define FOO ... + * + * to + * + * #define FOO 1 + * + */ /* - -Configuration Section - -If you are using the Arduino IDE, change stuff in this section. All -values are commented out, but some have default values - -*/ + * + * Configuration Section + * + * If you are using the Arduino IDE, change stuff in this section. All + * values are commented out, but some have default values + * + */ /////////////////////////////////////////////////////////////////////////////// // Board version @@ -85,15 +85,13 @@ values are commented out, but some have default values // Default: 0 // #define USE_LOW_POWER_MODE ... -#define USE_LOW_POWER_MODE 1 - /* - -Default Values Section - -Do not touch stuff in this section, it only sets default values. - -*/ + * + * Default Values Section + * + * Do not touch stuff in this section, it only sets default values. + * + */ #ifndef WAIT_FOR_SERIAL_BEFORE_STARING #define WAIT_FOR_SERIAL_BEFORE_STARING 1 @@ -111,8 +109,4 @@ Do not touch stuff in this section, it only sets default values. #define LOW_POWER 0 #endif -#ifndef ENABLE_DEBUG_LOG -#define ENABLE_DEBUG_LOG 1 -#endif - #endif -- cgit v1.2.3