The library for waveshare ZBee Core2530 (B):
Dependents: zbee_rx_analog zbee_tx_analog simple_zb_rx simple_zb_tx
Revision 2:186e6cce954b, committed 2016-04-06
- Comitter:
- ruslylove
- Date:
- Wed Apr 06 15:50:27 2016 +0000
- Parent:
- 1:86542d0d3c89
- Commit message:
- bug fixed
Changed in this revision
zbee.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 86542d0d3c89 -r 186e6cce954b zbee.cpp --- a/zbee.cpp Sat Mar 12 17:42:59 2016 +0000 +++ b/zbee.cpp Wed Apr 06 15:50:27 2016 +0000 @@ -58,7 +58,7 @@ DATA.baud(_baud); DATA.printf("%s",data_buf); - DATA.scanf ("%*s"); // flush + // DATA.scanf ("%*s"); // flush return 1; }