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

Dependencies:   mbed

Fork of F3RC_syudou_master by F3RC1班

Committer:
hirokimineshita
Date:
Thu Apr 30 06:24:16 2015 +0000
Revision:
6:ef9eb4859743
Parent:
5:b52077a3c576
Child:
7:4bddbd4549a1
same as last one

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hirokimineshita 4:d7f5fb6fddeb 1
hirokimineshita 4:d7f5fb6fddeb 2 /** UserLoopSetting :
hirokimineshita 4:d7f5fb6fddeb 3 * @bref write proguram in this funtion what you want to do 1st and once.
hirokimineshita 4:d7f5fb6fddeb 4 */
hirokimineshita 0:736c76a75def 5 void UserLoopSetting(void);
hirokimineshita 4:d7f5fb6fddeb 6
hirokimineshita 4:d7f5fb6fddeb 7 /** UserLoop :
hirokimineshita 4:d7f5fb6fddeb 8 * @bref write proguram in this function what you want to do.
hirokimineshita 5:b52077a3c576 9 * @param n if n=0 then connect with line, else, n=1, connect by BT-stack
hirokimineshita 4:d7f5fb6fddeb 10 */
hirokimineshita 5:b52077a3c576 11 void UserLoop(char n,const u8* data);