yashirou shimogamo / Mbed 2 deprecated BIRD2019

Dependencies:   mbed mbed-rtos SPI_MX25R

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Init.h Source File

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