00001 /****************************************************************************/ 00041 /*************************************************************************** 00042 * * 00043 * This program is free software; you can redistribute it and/or modify * 00044 * it under the terms of the GNU General Public License as published by * 00045 * the Free Software Foundation; either version 2 of the License, or * 00046 * any later version. * 00047 ***************************************************************************/ 00048 00049 #ifndef MYASURO_H 00050 #define MYASURO_H 00051 00052 /* Tastaturabfrage */ 00053 #define MY_SWITCH_VALUE 61L 00055 /* Odoemtrie / Encoder */ 00056 #define MY_ODO_LIGHT_VALUE_L 160 00057 #define MY_ODO_DARK_VALUE_L 140 00058 #define MY_ODO_LIGHT_VALUE_R 160 00059 #define MY_ODO_DARK_VALUE_R 140 00061 /* Werte für 12 Segmente Encoder */ 00062 #define MY_GO_ENC_COUNT_VALUE 19363L 00063 #define MY_TURN_ENC_COUNT_VALUE 177L 00065 #endif /* MYASURO_H */ 00066