/******************************************************************************** * MAHE, 13.05.2002, 12H40 - now compiling as project of separated source files ********************************************************************************/ #ifndef _ERROR_H #define _ERROR_H /****************************** * Errors ******************************/ #define ERR_NOERROR 0 #define ERR_PWMCHANNELNO 1 #define ERR_ADCHANNELNO 2 #define ERR_SENSORNO 3 #define ERR_BADSENSOR 4 #define ERR_IMPOSSIBLE_AD_VALUE 5 #endif /* of _ERROR_H */