主導機 mbed用のプログラムです 改良しました
Dependencies: mbed
Fork of F3RC_syudou_master by
User.h
- Committer:
- hirokimineshita
- Date:
- 2015-04-30
- Revision:
- 6:ef9eb4859743
- Parent:
- 5:b52077a3c576
- Child:
- 7:4bddbd4549a1
File content as of revision 6:ef9eb4859743:
/** 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);