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.
main.cpp@9:215d94939bc9, 2014-01-30 (annotated)
- Committer:
- nekoyyy
- Date:
- Thu Jan 30 05:24:48 2014 +0000
- Revision:
- 9:215d94939bc9
- Parent:
- 8:3eb58ae94a93
????mbed
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| nekoyyy | 9:215d94939bc9 | 1 | #include "ASI.h" |
| emilmont | 1:491820ee784d | 2 | int main() { |
| nekoyyy | 7:1947b554f8e3 | 3 | Thread t1(HANTEI); |
| nekoyyy | 8:3eb58ae94a93 | 4 | Thread t2(ZENGO1); |
| nekoyyy | 8:3eb58ae94a93 | 5 | Thread t3(ZENGO2); |
| nekoyyy | 8:3eb58ae94a93 | 6 | Thread t4(DOU1); |
| nekoyyy | 9:215d94939bc9 | 7 | Thread t5(DOU2); |
| nekoyyy | 9:215d94939bc9 | 8 | Thread t6(HIROSE); |
| nekoyyy | 8:3eb58ae94a93 | 9 | |
| nekoyyy | 8:3eb58ae94a93 | 10 | pc.printf("start\n"); |
| emilmont | 1:491820ee784d | 11 | |
| nekoyyy | 8:3eb58ae94a93 | 12 | while(1); |
| nekoyyy | 7:1947b554f8e3 | 13 | } |