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: Nucleo_read_hyperterminale
Revision 1:c590c304b2fa, committed 2013-03-27
- Comitter:
- sam_grove
- Date:
- Wed Mar 27 15:17:57 2013 +0000
- Parent:
- 0:fbac423fa3d4
- Commit message:
- Updated some documentation
Changed in this revision
atoh.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r fbac423fa3d4 -r c590c304b2fa atoh.h --- a/atoh.h Thu Mar 07 21:38:29 2013 +0000 +++ b/atoh.h Wed Mar 27 15:17:57 2013 +0000 @@ -1,6 +1,6 @@ /** * @file atoh.h - * @brief Convert an ASCII hex string to hexadecimal - seems like the + * @brief Convert a hex formatted ASCII hex string to hex. Seems like the * std library should include this... maybe it does. Just couldn't find it * @author sam grove * @version 1.0 @@ -25,7 +25,7 @@ #include <stdint.h> -/** Convert a ASCII string to it's binary equivenent +/** Convert a hex formatted ASCII string to it's binary equivenent * * Example: * @code