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.
Diff: Misc.h
- Revision:
- 2:31917884f2d4
- Parent:
- 1:a46794267da5
- Child:
- 3:a1a820da71f6
--- a/Misc.h Fri Mar 12 04:14:30 2021 +0000 +++ b/Misc.h Wed Mar 17 14:19:46 2021 +0000 @@ -9,6 +9,8 @@ public: static string itos(int n); static string itos(int n, int w); + static string itos(float n); + static string itos(float n, int w); }; #endif \ No newline at end of file