00001 #ifndef __convert_h 00002 #define __convert_h 00003 00004 #include "pic_utils.h" 00005 00006 char* temp_to_str(uns8 int_part, uns8 fract_part, char* buffer); 00007 uns8 convert_to_dec1(uns8 data); 00008 uns8 convert_to_dec2(uns8 data); 00009 uns8 convert_to_dec2b(uns8 data); 00010 00011 00012 00013 #endif