Ported Arduino RF24Network library.

Revision:
1:b5836d9f8de5
Parent:
0:df0a8886a0e9
--- a/RF24Network.h	Mon Mar 09 20:49:13 2015 +0000
+++ b/RF24Network.h	Mon Mar 09 21:23:56 2015 +0000
@@ -171,6 +171,7 @@
   uint16_t parent_node; /**< Our parent's node address */
   uint8_t parent_pipe; /**< The pipe our parent uses to listen to us */
   uint16_t node_mask; /**< The bits which contain signfificant node address information */
+  uint8_t min(uint8_t, uint8_t);
 };
 
 /**