C++ Wrapper around the IBM LMiC LoRaWAN implementation

Dependencies:   LMiC SX1276Lib

Revision:
6:a93e81aa299d
Parent:
3:63ac55b3514a
--- a/Node.cpp	Fri Jul 01 10:54:18 2016 +0000
+++ b/Node.cpp	Sun Sep 04 11:06:02 2016 +0000
@@ -85,6 +85,13 @@
     os_runloop_once();
 }
 
+template<typename Function>
+void Node::onTest(Function handler)
+{
+    handler();    
+    
+}
+
 
 } /* namespace SimpleLoRaWAN */