guiguitant théo / lorawan-master

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers str_to_num.h Source File

str_to_num.h

00001 #ifndef STR_TO_NUM_H
00002 #define STR_TO_NUM_H
00003 
00004 //#include <cstdlib>
00005 #include "mbed.h"
00006 //#include <stdint.h>
00007 //#include <math.h>
00008 
00009 class str_to_num
00010 {
00011 public:
00012     str_to_num(){}
00013     uint8_t PH_uint(const char mesure[5]);
00014     int16_t Temp_int(const char mesure[8]);
00015     uint16_t Oxy_int(const char mesure[6]);
00016     uint16_t Cond_int(const char mesure[6]);
00017     
00018 };
00019 #endif //STR_TO_NUM_H