
主導機 mbed用のプログラムです 改良しました
Dependencies: mbed
Fork of F3RC_syudou_master by
Revision 5:b52077a3c576, committed 2015-04-30
- Comitter:
- hirokimineshita
- Date:
- Thu Apr 30 06:22:12 2015 +0000
- Parent:
- 4:d7f5fb6fddeb
- Child:
- 6:ef9eb4859743
- Commit message:
- same last one
Changed in this revision
User.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/User.h Thu Apr 30 06:18:06 2015 +0000 +++ b/User.h Thu Apr 30 06:22:12 2015 +0000 @@ -8,5 +8,6 @@ /** 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,const u8*); \ No newline at end of file +void UserLoop(char n,const u8* data); \ No newline at end of file