Libreria proyecto dos, Diego
Revision 2:becfde670410, committed 2016-02-16
- Comitter:
- DiegoRivera
- Date:
- Tue Feb 16 14:46:13 2016 +0000
- Parent:
- 1:585d8c616046
- Commit message:
- Comentado
Changed in this revision
SerialDiego.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/SerialDiego.h Tue Feb 16 14:33:31 2016 +0000 +++ b/SerialDiego.h Tue Feb 16 14:46:13 2016 +0000 @@ -3,13 +3,13 @@ #include "mbed.h" -Serial usb(USBTX, USBRX); +//Serial usb(USBTX, USBRX); void SerialDiego_Mensaje() { - usb.baud(9600); - usb.format(8,SerialBase::None,1); - usb.printf("Diego Rivera \n"); +// usb.baud(9600); +// usb.format(8,SerialBase::None,1); + pc.printf("Diego Rivera \n"); } #endif \ No newline at end of file