in d mix

Dependencies:   xtoff2 RF24Network mbed

Fork of RF24Network_Receive by Akash Vibhute

Revision:
10:0a4c465f7838
Parent:
9:e14f65b8ffc2
Child:
11:77018fac195e
diff -r e14f65b8ffc2 -r 0a4c465f7838 Ontvanger.h
--- a/Ontvanger.h	Thu Mar 08 09:23:20 2018 +0000
+++ b/Ontvanger.h	Fri Mar 09 08:26:00 2018 +0000
@@ -51,6 +51,8 @@
     bool available();
     bool write(state_Packet message);
     payload_t read();
+    bool isValid();
+    bool testRPD();
 };
 
 #endif