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 HM-11 by
Revision 8:da88ad6853ee, committed 2018-06-05
- Comitter:
- marcsirea
- Date:
- Tue Jun 05 07:32:59 2018 +0000
- Parent:
- 7:aa4675590203
- Commit message:
- hym11
Changed in this revision
| hm11.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/hm11.cpp	Thu Feb 25 02:44:30 2016 +0000
+++ b/hm11.cpp	Tue Jun 05 07:32:59 2018 +0000
@@ -3,7 +3,7 @@
    
    
    #define WAIT_FOR_DATA_TIMEOUT_MS 1000
-   #define DEFAULT_WAIT_FOR_DATA_TIMEOUT_MS 50  //required to get correct data
+   #define DEFAULT_WAIT_FOR_DATA_TIMEOUT_MS 50  //requis pour avoir des données correcte
    
     HM11::HM11(PinName uartTx , PinName uartRx):mSerial(uartTx,uartRx){
         
    