主導機 mbed用のプログラムです 改良しました

Dependencies:   mbed

Fork of F3RC_syudou_master by 日記

Files at this revision

API Documentation at this revision

Comitter:
hirokimineshita
Date:
Thu Apr 30 06:26:22 2015 +0000
Parent:
6:ef9eb4859743
Child:
8:6d0de6154e8f
Commit message:
2015/04/30 PM 3 delete document

Changed in this revision

User.cpp Show annotated file Show diff for this revision Revisions of this file
User.h Show annotated file Show diff for this revision Revisions of this file
--- a/User.cpp	Thu Apr 30 06:24:16 2015 +0000
+++ b/User.cpp	Thu Apr 30 06:26:22 2015 +0000
@@ -1,5 +1,3 @@
-/** @file
- */
 #include "Utils.h"
 #include "USBHost.h"
 #include "hci.h"
--- a/User.h	Thu Apr 30 06:24:16 2015 +0000
+++ b/User.h	Thu Apr 30 06:26:22 2015 +0000
@@ -1,11 +1,2 @@
-
-/** UserLoopSetting : 
- * @bref write proguram in this funtion what you want to do 1st and once.
- */
 void UserLoopSetting(void);
-
-/** UserLoop : 
- * @bref write proguram in this function what you want to do.
- * @param n if n=0 then connect with line, else, n=1, connect by BT-stack
- */
-void UserLoop(char n,const u8* data);
\ No newline at end of file
+void UserLoop(char,const u8*);
\ No newline at end of file