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
Revision 30:2ce51e8719ff, committed 2016-05-26
- Comitter:
- smilestone520
- Date:
- Thu May 26 11:29:00 2016 +0000
- Parent:
- 29:47519f2b14ad
- Child:
- 31:6a894ff3ed18
- Commit message:
- hahahaa
Changed in this revision
| AI_Friday.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/AI_Friday.cpp Thu May 26 11:27:25 2016 +0000 +++ b/AI_Friday.cpp Thu May 26 11:29:00 2016 +0000 @@ -75,8 +75,11 @@ float ballSize; // ball size -float longC; // car's length //65 -int yB1,yB2,xB3,xB4; // broder conditions +float longC = 65; // car's length //65 +int yB1= 65; +int yB2 = 580; +int xB3 = 170; +int xB4 = 860; // broder conditions //65 , 580, 170,860 int ticCheck = 10;