Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of clubvs2017_momoi by
User.h
- Committer:
- hirokimineshita
- Date:
- 2015-04-30
- Revision:
- 5:b52077a3c576
- Parent:
- 4:d7f5fb6fddeb
- Child:
- 6:ef9eb4859743
File content as of revision 5:b52077a3c576:
/** @file */ /** 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);