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: RemoteIR m3pi mbed-rtos mbed
main.cpp@0:ef54cd039c52, 2017-05-09 (annotated)
- Committer:
- gimohd
- Date:
- Tue May 09 17:11:08 2017 +0000
- Revision:
- 0:ef54cd039c52
- Child:
- 10:7eaaa891ab81
first;
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| gimohd | 0:ef54cd039c52 | 1 | #include "mbed.h" | 
| gimohd | 0:ef54cd039c52 | 2 | #include "Controller.h" | 
| gimohd | 0:ef54cd039c52 | 3 | |
| gimohd | 0:ef54cd039c52 | 4 | Controller controller; | 
| gimohd | 0:ef54cd039c52 | 5 | |
| gimohd | 0:ef54cd039c52 | 6 | int main () | 
| gimohd | 0:ef54cd039c52 | 7 | { | 
| gimohd | 0:ef54cd039c52 | 8 | while(controller.run()>0); | 
| gimohd | 0:ef54cd039c52 | 9 | } | 
| gimohd | 0:ef54cd039c52 | 10 | |
| gimohd | 0:ef54cd039c52 | 11 | 
