Mikroelektronika MIKROE-738 Datenbogen

Seite von 682
630
mikoC PRO for PIC32
MikroElektronika
Conversions Library
The  mikroC  PRO  for  PIC32  Conversions  Library  provides  routines  for  numerals  to  strings  and  BCD/decimal 
conversions.
Library Dependency Tree
 
Library Routines
You can get text representation of numerical value by passing it to one of the following routines:
 
- ByteToStr 
 
- ShortToStr 
 
- WordToStr 
 
- IntToStr 
 
- LongToStr 
 
- LongWordToStr 
 
- FloatToStr 
 
- WordToStrWithZeros 
 
- IntToStrWithZeros 
 
- LongWordToStrWithZeros 
 
- LongIntToStrWithZeros 
 
- ByteToHex 
 
- ShortToHex 
 
- WordToHex 
 
- IntToHex 
 
- LongWordToHex 
 
- LongIntToHex 
 
- Rtrim 
 
- Ltrim 
The following functions convert decimal values to BCD and vice versa:
 
- Bcd2Dec 
 
- Dec2Bcd 
 
- Bcd2Dec16 
 
- Dec2Bcd16