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@10:7eaaa891ab81, 2017-05-11 (annotated)
- Committer:
- Kristof@LAPTOP-FT09DA9V
- Date:
- Thu May 11 15:27:12 2017 +0200
- Revision:
- 10:7eaaa891ab81
- Parent:
- 0:ef54cd039c52
added comments
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 | { |
| Kristof@LAPTOP-FT09DA9V | 10:7eaaa891ab81 | 8 | while(true); |
| gimohd | 0:ef54cd039c52 | 9 | } |
| gimohd | 0:ef54cd039c52 | 10 | |
| gimohd | 0:ef54cd039c52 | 11 |
