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
Diff: LightCommunication.h
- Revision:
- 3:ecb3fa0406e8
- Parent:
- 2:70240992e869
- Child:
- 5:5d2beac511c1
--- a/LightCommunication.h Tue May 09 23:06:05 2017 +0200
+++ b/LightCommunication.h Tue May 09 23:16:07 2017 +0200
@@ -24,11 +24,10 @@
static float toFloat(int8_t);
static float right,left;
static bool needsToStop();
- static Serial * device;
- static ReceiverIR * ir_rx;
+ static Serial device;
+ static ReceiverIR ir_rx;
static Mutex mut;
static float getRight(float);
-
static float getLeft(float);
};
