For getting RSSI value from xbee

Dependents:   XBeeGetRSSISampleProgram Xbee_s2_RX_versao2

Revision:
6:2e725705db90
Parent:
4:16396d9ec459
Child:
7:588a7745cc0e
--- a/XBeeGetRssi.h	Sat Aug 24 07:07:50 2013 +0000
+++ b/XBeeGetRssi.h	Sun Aug 25 13:50:36 2013 +0000
@@ -6,7 +6,7 @@
 class XBeeGetRssi{
     public:
         XBeeGetRssi(PinName tx,PinName rx); //select the oneshot mode or repeat mode.
-        char get(int n); //method for getting rssi.
+        char getRssi(int n); //method for getting rssi.
         
     private:
         PinName _tx;