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: CompactController_2017 quadOmni_yanagi NHK2017_octopus NHK2017_octopus2 ... more
Revision 7:2d308c99c668, committed 2017-09-15
- Comitter:
- UCHITAKE
- Date:
- Fri Sep 15 09:35:22 2017 +0900
- Parent:
- 6:74e21751ac10
- Commit message:
- fix baud (115200)
Changed in this revision
| FEP.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/FEP.h Sat Jul 22 06:15:22 2017 +0000
+++ b/FEP.h Fri Sep 15 09:35:22 2017 +0900
@@ -87,7 +87,7 @@
* @param addr 送信相手モジュールのアドレス(0~255)
* @param baud 通信速度(default=38400)
*/
- FEP(PinName tx, PinName rx, uint8_t addr, int baud=38400);
+ FEP(PinName tx, PinName rx, uint8_t addr, int baud=115200);
/** FEP destructor */
~FEP();
/** setn any data using txt mode