Esta versión v6 pasa a ser el nuevo master. Funciona correctamente
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 |
diff -r ff391cfd0e77 -r cc4a43d806e2 vmConfort.cpp --- 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();