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@0:7c2be109ea78, 2016-09-27 (annotated)
- Committer:
- MikkoZ
- Date:
- Tue Sep 27 07:13:58 2016 +0000
- Revision:
- 0:7c2be109ea78
Example app of build problem. Initial version
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| MikkoZ | 0:7c2be109ea78 | 1 | #include "foldertest2/foldertest2/foldertest2.h" |
| MikkoZ | 0:7c2be109ea78 | 2 | //#include "mbed.h" |
| MikkoZ | 0:7c2be109ea78 | 3 | int main() { |
| MikkoZ | 0:7c2be109ea78 | 4 | bool led1 = false; |
| MikkoZ | 0:7c2be109ea78 | 5 | while (true) { |
| MikkoZ | 0:7c2be109ea78 | 6 | led1 = !led1; |
| MikkoZ | 0:7c2be109ea78 | 7 | Thread::wait(500); |
| MikkoZ | 0:7c2be109ea78 | 8 | } |
| MikkoZ | 0:7c2be109ea78 | 9 | } |