keita noda
/
2016_Sp_momoi_0611
ももいくん
Fork of 2016_Sp_momoi_taka by
User.h@4:d7f5fb6fddeb, 2015-04-30 (annotated)
- Committer:
- hirokimineshita
- Date:
- Thu Apr 30 06:18:06 2015 +0000
- Revision:
- 4:d7f5fb6fddeb
- Parent:
- 2:0e2a5eaebd27
- Child:
- 5:b52077a3c576
2015/04/30 PM 3 change document 3
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
hirokimineshita | 4:d7f5fb6fddeb | 1 | /** @file |
hirokimineshita | 4:d7f5fb6fddeb | 2 | */ |
hirokimineshita | 4:d7f5fb6fddeb | 3 | |
hirokimineshita | 4:d7f5fb6fddeb | 4 | /** UserLoopSetting : |
hirokimineshita | 4:d7f5fb6fddeb | 5 | * @bref write proguram in this funtion what you want to do 1st and once. |
hirokimineshita | 4:d7f5fb6fddeb | 6 | */ |
hirokimineshita | 0:736c76a75def | 7 | void UserLoopSetting(void); |
hirokimineshita | 4:d7f5fb6fddeb | 8 | |
hirokimineshita | 4:d7f5fb6fddeb | 9 | /** UserLoop : |
hirokimineshita | 4:d7f5fb6fddeb | 10 | * @bref write proguram in this function what you want to do. |
hirokimineshita | 4:d7f5fb6fddeb | 11 | */ |
hirokimineshita | 0:736c76a75def | 12 | void UserLoop(char,const u8*); |