920MHz wireless module 'FEP' Library

Dependents:   CompactController_2017 quadOmni_yanagi NHK2017_octopus NHK2017_octopus2 ... more

Files at this revision

API Documentation at this revision

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
diff -r 74e21751ac10 -r 2d308c99c668 FEP.h
--- 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