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.
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
Generated on Tue Jul 12 2022 19:00:54 by
