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@1:0192d341e2d2, 2016-02-10 (annotated)
- Committer:
- tbjazic
- Date:
- Wed Feb 10 11:18:46 2016 +0000
- Revision:
- 1:0192d341e2d2
- Parent:
- 0:5e01d8006208
Initial.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| tbjazic | 0:5e01d8006208 | 1 | #include "mbed.h" |
| tbjazic | 0:5e01d8006208 | 2 | #include "Bomba.h" |
| tbjazic | 0:5e01d8006208 | 3 | |
| tbjazic | 0:5e01d8006208 | 4 | int main() { |
| tbjazic | 0:5e01d8006208 | 5 | Bomba tnt(p14); |
| tbjazic | 0:5e01d8006208 | 6 | while(true) { |
| tbjazic | 0:5e01d8006208 | 7 | // do something else |
| tbjazic | 0:5e01d8006208 | 8 | wait(1); |
| tbjazic | 0:5e01d8006208 | 9 | } |
| tbjazic | 0:5e01d8006208 | 10 | } |