include the mbed library with this snippet. #include "mbed.h" #include <string> using std::string; string data; float temperature = 20.43; ...
確定! 回上一頁