Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: scpi_sx127x scpi_sx127x_firstTest MLX90418_I2C_master
utils.h File Reference
Conversion routines and string manipulation routines. More...
Go to the source code of this file.
Functions | |
| size_t | SCPI_LongToStr (int32_t val, char *str, size_t len, int8_t base) |
| Converts signed 32b integer value to string. | |
| size_t | SCPI_DoubleToStr (double val, char *str, size_t len) |
| Converts double value to string. | |
Detailed Description
Conversion routines and string manipulation routines.
Definition in file utils.h.
Function Documentation
| size_t SCPI_DoubleToStr | ( | double | val, |
| char * | str, | ||
| size_t | len | ||
| ) |
| size_t SCPI_LongToStr | ( | int32_t | val, |
| char * | str, | ||
| size_t | len, | ||
| int8_t | base | ||
| ) |
Generated on Tue Jul 12 2022 19:30:15 by
1.7.2