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.
Diff: Init.cpp
- Revision:
- 35:63ccdae58da4
- Parent:
- 34:770a6bbb4d63
- Child:
- 38:18ac0f8628bf
--- a/Init.cpp Wed Mar 01 14:34:27 2017 +0000
+++ b/Init.cpp Sat Mar 18 08:34:17 2017 +0000
@@ -113,10 +113,10 @@
}else if(command == "show"){
showParam();
-
}else if(command == "write"){
//ここで,ニュートラル情報をLocalFileに保存
- //Global::filewrite();
+ printf("a\n");
+ Global::filewrite();
}else{
printf("Invalid Input\n");