Mikroelektronika MIKROE-724 データシート

ページ / 726
660
mikoBasic PRO for dsPIC30/33 and PIC24
MikroElektronika
Conversions Library
mikroBasic PRO for dsPIC30/33 and PIC24 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 
 
- LongIntToStr 
 
- LongWordToStr 
 
- FloatToStr 
 
- WordToStrWithZeros 
 
- IntToStrWithZeros 
 
- LongWordToStrWithZeros 
 
- LongIntToStrWithZeros 
 
- ByteToHex 
 
- ShortToHex 
 
- WordToHex 
 
- IntToHex 
 
- LongWordToHex 
 
- LongIntToHex 
 
- StrToInt 
 
- StrToWord 
The following functions convert decimal values to BCD and vice versa:
 
- Bcd2Dec 
 
- Dec2Bcd 
 
- Bcd2Dec16 
 
- Dec2Bcd16