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

Dependencies:   mbed

Fork of F3RC_syudou_master by F3RC1班

Revision:
3:fe59877ed801
Parent:
2:0e2a5eaebd27
Child:
4:d7f5fb6fddeb
--- a/User.cpp	Thu Apr 30 06:13:49 2015 +0000
+++ b/User.cpp	Thu Apr 30 06:15:51 2015 +0000
@@ -15,7 +15,7 @@
 DigitalOut led3(LED3);
 DigitalOut led4(LED4);
 
-/** 
+/** UserLoopSetting : 
  * @bref write proguram in this funtion what you want to do 1st and once.
  */
 void UserLoopSetting(){
@@ -23,7 +23,7 @@
     led1.period_ms(20);
 }
 
-/**
+/** UserLoop : 
  * @bref write proguram in this function what you want to do.
  */
 void UserLoop(char n,const u8* data){