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.
Dependencies: FreePilot PinDetect mbed-src
Fork of FreePilot_V2-2 by
base/atoh.h@50:07dfcda65732, 2015-03-14 (annotated)
- Committer:
- maximbolduc
- Date:
- Sat Mar 14 15:44:33 2015 +0000
- Revision:
- 50:07dfcda65732
- Parent:
- 35:f9caeb8ca31e
fixed checksum and refractoring bug
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
maximbolduc | 50:07dfcda65732 | 1 | |
maximbolduc | 35:f9caeb8ca31e | 2 | #ifndef ATOH_H |
maximbolduc | 35:f9caeb8ca31e | 3 | #define ATOH_H |
maximbolduc | 35:f9caeb8ca31e | 4 | |
maximbolduc | 35:f9caeb8ca31e | 5 | #include <stdint.h> |
maximbolduc | 35:f9caeb8ca31e | 6 | |
maximbolduc | 35:f9caeb8ca31e | 7 | template<typename T> |
maximbolduc | 35:f9caeb8ca31e | 8 | T atoh( char const *string ); |
maximbolduc | 35:f9caeb8ca31e | 9 | |
maximbolduc | 35:f9caeb8ca31e | 10 | #endif |
maximbolduc | 35:f9caeb8ca31e | 11 |