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.
Dependencies: mbed mbed-rtos SPI_MX25R
Init.h
00001 #ifndef _INC_Init 00002 #define _INC_Init 00003 #include "mbed.h" 00004 #include <string> 00005 #include <iostream> 00006 00007 00008 class Init{ 00009 private: 00010 static std::string strbuf; 00011 static void setting(std::string command, double num); 00012 static void setting(std::string command); 00013 static void showParam(); 00014 00015 public: 00016 static void getSerial(); 00017 }; 00018 00019 #endif
Generated on Fri Jul 22 2022 16:40:32 by
1.7.2