Agra-GPS / FreePilot_V2-3

Dependencies:   FreePilot PinDetect mbed-src

Fork of FreePilot_V2-2 by Agra-GPS

base/atoh.h

Committer:
maximbolduc
Date:
2015-03-14
Revision:
50:07dfcda65732
Parent:
35:f9caeb8ca31e

File content as of revision 50:07dfcda65732:


#ifndef ATOH_H
#define ATOH_H

#include <stdint.h>

template<typename T>
T atoh( char const *string );

#endif