Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: XBeeGetRSSISampleProgram Xbee_s2_RX_versao2
Revision 5:790675fae748, committed 2013-08-24
- Comitter:
- ATKINZ117
- Date:
- Sat Aug 24 07:07:50 2013 +0000
- Parent:
- 4:16396d9ec459
- Child:
- 6:2e725705db90
- Commit message:
- mostly same as previous ver.comitted for publishing.
Changed in this revision
| XBeeGetRssi.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/XBeeGetRssi.cpp Sat Aug 24 04:12:49 2013 +0000
+++ b/XBeeGetRssi.cpp Sat Aug 24 07:07:50 2013 +0000
@@ -64,7 +64,7 @@
wait_ms(100);
// pc.printf("sent ATDB!\r\n");
- while(_rssi[judge_counter++]!='\r'){
+ while(_rssi[judge_counter++]!='\0'){
while(_MyXbee.readable()){
_rssi[rssi_counter++]=_MyXbee.getc();
//rssi_counter++;
