XBee modules

Dependencies:   DigiLogger

Fork of XBeeLib by Digi International Inc.

Revision:
4:629712865107
Parent:
0:fcaad0dfa051
--- a/FrameHandlers/FH_IoDataSampleZB.h	Mon May 18 13:16:55 2015 +0200
+++ b/FrameHandlers/FH_IoDataSampleZB.h	Mon Jun 01 18:59:43 2015 +0200
@@ -41,10 +41,11 @@
 
         /** Class destructor */
         virtual ~FH_IoDataSampeZB();
-        /**  */
+
         virtual void process_frame_data(const ApiFrame *const frame);
 
         void register_io_data_cb(io_data_cb_zb_t function);
+
         void unregister_io_data_cb();
 
     private: