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
- Committer:
- maximbolduc
- Date:
- 2015-04-04
- Revision:
- 59:3e5e5b97ca75
- Parent:
- 50:07dfcda65732
File content as of revision 59:3e5e5b97ca75:
#ifndef ATOH_H #define ATOH_H #include <stdint.h> template<typename T> T atoh( char const *string ); #endif