Kristof T'Jonck / Mbed 2 deprecated proj2_car

Dependencies:   RemoteIR m3pi mbed-rtos mbed

Committer:
gimohd
Date:
Tue May 09 17:11:08 2017 +0000
Revision:
0:ef54cd039c52
Child:
10:7eaaa891ab81
first;

Who changed what in which revision?

UserRevisionLine numberNew 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