Sam Grove / atoh

Dependents:   Nucleo_read_hyperterminale

Files at this revision

API Documentation at this revision

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