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: xtoff2 RF24Network mbed
Fork of xtoff3 by
Diff: Ontvanger.h
- Revision:
- 15:f8aad6d1db68
- Parent:
- 14:3e69c8a9c730
diff -r 3e69c8a9c730 -r f8aad6d1db68 Ontvanger.h
--- a/Ontvanger.h Thu Jul 12 08:56:54 2018 +0000
+++ b/Ontvanger.h Fri Jul 13 06:28:33 2018 +0000
@@ -45,9 +45,6 @@
State_calibrate
};
-struct state_Packet {
- char setState;
-};
class Ontvanger
@@ -59,7 +56,8 @@
Ontvanger();
void update();
bool available();
- bool write(state_Packet message);
+ void printDetails();
+ bool write(payload_t message);
payload_t read();
bool isValid();
bool testRPD();
