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.
Dependencies: ADXL345 Display1602 MSCFileSystem SDFileSystem mbed FATFileSystem
Revision 2:cc4a43d806e2, committed 2014-06-06
- Comitter:
- JuanManuelAmador
- Date:
- Fri Jun 06 08:52:28 2014 +0000
- Parent:
- 1:ff391cfd0e77
- Commit message:
- Correci?n del baudrate de 112500 a 115200
Changed in this revision
| vmConfort.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/vmConfort.cpp	Wed Jun 04 15:21:04 2014 +0000
+++ b/vmConfort.cpp	Fri Jun 06 08:52:28 2014 +0000
@@ -200,7 +200,7 @@
 void ParamDependFrecAdq(void);
 
 int main() {   
-    pc.baud(112500);
+    pc.baud(115200);
     
     timer.start();