Agra-GPS / FreePilot_V2-3

Dependencies:   FreePilot PinDetect mbed-src

Fork of FreePilot_V2-2 by Agra-GPS

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?

UserRevisionLine numberNew 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