Kristof T'Jonck / Mbed 2 deprecated proj2_car

Dependencies:   RemoteIR m3pi mbed-rtos mbed

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?

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 {
Kristof@LAPTOP-FT09DA9V 10:7eaaa891ab81 8 while(true);
gimohd 0:ef54cd039c52 9 }
gimohd 0:ef54cd039c52 10
gimohd 0:ef54cd039c52 11