主導機 mbed用のプログラムです

Dependencies:   mbed

Fork of F3RC_syudou_master by F3RC1班

Revision:
7:4bddbd4549a1
Parent:
6:ef9eb4859743
--- 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