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:
- 9:8c5229dfab82
- Parent:
- 7:1d77c7e0208c
- Child:
- 10:7eaaa891ab81
--- a/LightCommunication.h Wed May 10 09:33:18 2017 +0200
+++ b/LightCommunication.h Wed May 10 10:01:29 2017 +0200
@@ -24,9 +24,9 @@
float toFloat(int8_t);
float right,left;
bool needsToStop();
- Serial device;
- ReceiverIR ir_rx;
- Mutex mut;
+ Serial * device;
+ ReceiverIR * ir_rx;
+ Mutex * mut;
float getRight(float);
float getLeft(float);
