RF24Network Send example program.

Dependencies:   xtoff RF24Network mbed

Fork of RF24Network_Send by Akash Vibhute

Revision:
8:62b4607c44ca
Parent:
7:cbdbaf825b4a
Child:
9:6d8c0b946259
--- a/Verzender.h	Thu Feb 22 14:07:50 2018 +0000
+++ b/Verzender.h	Thu Mar 08 09:23:05 2018 +0000
@@ -15,6 +15,8 @@
 const unsigned long interval = 100; //ms
 
 
+
+
 struct payload_t {
     bool reedsensor;
     float milligram;
@@ -43,6 +45,7 @@
     bool write(payload_t message);
     bool available();
     state_Packet read();
+    void test();
 };
 
 #endif