m3pi for proj2

Dependencies:   RemoteIR m3pi mbed-rtos mbed

Committer:
gimohd
Date:
Wed May 17 07:14:01 2017 +0000
Revision:
12:f55b31b5bc4a
Parent:
10:7eaaa891ab81
changed some things

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