Kristof T'Jonck / Mbed 2 deprecated proj2_car

Dependencies:   RemoteIR m3pi mbed-rtos mbed

Revision:
5:5d2beac511c1
Parent:
3:ecb3fa0406e8
Child:
7:1d77c7e0208c
--- a/LightCommunication.h	Tue May 09 23:20:12 2017 +0200
+++ b/LightCommunication.h	Wed May 10 00:01:25 2017 +0200
@@ -18,8 +18,8 @@
 
     virtual ~LightCommunication();
 
-    static char * getSerial();
-    static uint8_t * getIRStyle();
+    static void getSerial(char * buf);
+    static void getIRStyle(uint8_t* buf);
     static void receiveData();
     static float toFloat(int8_t);
     static float right,left;