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.
Fork of XBeeLib by
Revision 10:273032d9299a, committed 2018-03-27
- Comitter:
- basvuyk
- Date:
- Tue Mar 27 14:13:12 2018 +0000
- Parent:
- 9:780db84ce891
- Commit message:
- Slave V1.0
Changed in this revision
DigiLogger.lib | Show diff for this revision Revisions of this file |
XBee/XBee.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/DigiLogger.lib Fri Jul 29 13:10:07 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://developer.mbed.org/teams/Digi-International-Inc/code/DigiLogger/#
--- a/XBee/XBee.h Fri Jul 29 13:10:07 2016 +0200 +++ b/XBee/XBee.h Tue Mar 27 14:13:12 2018 +0000 @@ -145,7 +145,7 @@ * @param baud the baudrate for the UART that will interface the XBee module. Note that the module has to be already configured * to this baud rate (ATBD parameter). By default it is configured to 9600 bps * */ - XBee(PinName tx, PinName rx, PinName reset = NC, PinName rts = NC, PinName cts = NC, int baud = 9600); + XBee(PinName tx, PinName rx, PinName reset = NC, PinName rts = NC, PinName cts = NC, int baud = 115200); XBee(const XBee& other); /* Intentionally not implemented */ /** Class destructor */